Search results

  1. V

    Distorted audio when using USB input on Teensy 3.1

    Any news on this problem? I have the same issue in Windows since we modified the code to fit 4 channels audio (microphone) and 2 channels audio (speaker). I wonder where I should look for the correct fix. Thanks!
  2. V

    USB Audio recording interrupted after 18-22 seconds

    Thanks, however I forgot to mention that we have this problem in Windows 7 and 10. We modified the audio library so we might have broken something. We were just wondering if there's something in Windows that is polling USB soundcards every few seconds.
  3. V

    USB Audio recording interrupted after 18-22 seconds

    Did anyone experience USB Audio recording interruption after 18-22 seconds? When I record audio channels in Audacity it stops after 18 seconds or so, it seems to be related with something polling the USB audio. Anyone experienced this and found a solution?
  4. V

    4 channels input and output, 24bits USB soundcard

    Hi guys, I am trying to modify the audio library to support 4 channels with 24bit-depth. I basically have 32bits samples that I cut to 24 later. I am very close to get everything working, however the input signal is not correct. There seems to be an overlap in the buffers somewhere, see...
Back
Top