Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: sonaben

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    250

    USB AUDIO_INTERFACE explanations please!

    Hello,

    I'm working with a Teensy 4.0 with the USB as AUDIO (USB_AUDIO in usb_desc.h) trying to update the descriptors (final goal to increase the number of output channels), and I'm struggling to...
  2. USB_MIDI_AUDIO_SERIAL interface not working with some software (e.g VLC)

    Playing audio with the Teensy (4.0) as a USB audio interface works well with VLC (or Spotify) when using the USB_AUDIO interface, but not the USB_MIDI_AUDIO_SERIAL one (no sound at all).

    Playing...
  3. Hi Felipe, I'll PM you!

    Hi Felipe, I'll PM you!
  4. On my side I managed to get it "working" with 4...

    On my side I managed to get it "working" with 4 channels, but I'm getting some crackling which I haven't figured out yet.

    So if anyone more experienced would like to spend one hour debugging with...
  5. Replies
    27
    Views
    8,960

    Great thanks Jay! On my side I managed to get...

    Great thanks Jay!

    On my side I managed to get it "working" with 4 channels, but I'm getting some crackling which I haven't figured out yet.

    So if anyone more experienced would like to spend one...
  6. If someone who understands could explain what the...

    If someone who understands could explain what the bitwise operations do in the following function.... e.g why "left & 0x02"?!
    Thanks!


    static void copy_to_buffers(const uint32_t *src, int16_t...
  7. Replies
    27
    Views
    8,960

    Hi, if anyone wants to collaborate on the multi...

    Hi, if anyone wants to collaborate on the multi channels side of this I've opened a new thread for a similar project, see...
  8. USB interface for multi channel outputs, not just stereo

    Hi folks,

    I'd like to update the USB audio for Teensy 4 to handle more than 2 channels (starting with 4 but eventually 8) which it only currently supports, so that I can play 4/8 different...
  9. Replies
    1
    Views
    310

    I found the fader_table in data_waveforms.c and...

    I found the fader_table in data_waveforms.c and updated with sine mapping instead, works much better now (see below).

    Let me know if you have other ideas.


    const int16_t fader_table[257] = {...
  10. Replies
    1
    Views
    310

    Natural cross fading with fader component

    Hi :cool:

    I'm trying to achieve some "natural sounding" cross fading between 2 speakers, with the aim of keeping the volume constant during the fading.

    For example:

    27283

    In the loop:
  11. Hi Teensy folks, I'm experiencing the same...

    Hi Teensy folks,

    I'm experiencing the same issue trying to read multiple wave files simultaneously, and I'm considering 2 alternatives to overcome the problems that seemed caused by the SD...
  12. Thanks Mark, I also think it's most likely a...

    Thanks Mark, I also think it's most likely a driver issue.
    However I don't know how the USB interface is created by the Teensy and how it provides the data transfer, and I wonder if there could be a...
  13. Teensy as USB Audio interface for Mic / Line in

    Hello,

    I'd like to use the Teensy as a USB Audio interface for a microphone, and I've made some tests with the Audio board and this simple design:

    23630

    It works fine but the latency is...
  14. Replies
    3
    Views
    738

    Sorry but I have another question, I tried to...

    Sorry but I have another question, I tried to look in the forum but didn't find the asnwer.
    When I use Teensy as a usb microphone on Windows, there is a delay that is more important than when I use...
  15. Replies
    3
    Views
    738

    Brilliant, Thanks Paul :)

    Brilliant, Thanks Paul :)
  16. Replies
    3
    Views
    738

    USB Audio for Teensy 4

    Hello,

    I'm new with Teensy and I want to create a USB audio interface, I purchased the Teensy 3.2 and the Audio board as it seemed at the time that the USB audio was not supported on Teensy 4.
    ...
Results 1 to 16 of 16