Search results

  1. A

    Quad channel output on Teensy 3.6

    Understood, thanks.
  2. A

    Quad channel output on Teensy 3.6

    Sorry - trying to interpret the conversation you all had in January in this thread regarding how to connect two audio boards to the Teensy 3.6. Were those updated library files you were discussing included in the later releases of teensyduino? If so, is the only update to the quad channel...
  3. A

    Strange audio stuttering when using delay

    Hello - I ran the example code for the delay effect with no problems, then modified some other example code to play a WAV file from the SD card with a delay between right and left channels. The delay effect can be heard but a choppy stuttering noise is also coming through the headphone jack. I...
  4. A

    Audioboards Die Running Quad Channel Example

    Hey- I'm running the Quad Channel Output example code (Audio>Hardware Testing>SGTL5000>QuadChannelOutput), with a Teensy 3.6 and two audio boards configured as described in this tutorial: https://www.sparkfun.com/news/2055 I successfully compiled and uploaded the code to my Teensy, and plugged...
  5. A

    Sub-Millisecond Delay

    Ah, I see. Perfect, thanks so much Paul.
  6. A

    Sub-Millisecond Delay

    Hello again. Was wondering if there was a way to use the delay effect from the audio library to implement a submillisecond delay. The delay function accepts number for milliseconds but I'm looking for really brief delays in playback. I know the arduino IDE has support for microsecond delays...
  7. A

    Multiple Phase Shifted Mono-Outputs (8+) Possible?

    Weighing my options and considering settling for few channels by using a single teensy with two audio boards. I understand a teensy 3.5/6 grants you two analog outputs from the DAC pins, and two audio boards give you two more channels each for a total of six. And if I understand your responses...
  8. A

    Using two Teensy as one

    Sorry, I didn't realize my other thread was still floating at the top of the other sub forum. In trying to collect my thought I hastily made this one, and that was a mistake. Thank you
  9. A

    Using two Teensy as one

    Hi all, My project requires numerous analog outputs, for this reason I'm going to use 2 Teensy 3.6's and 2 Audio Adapter boards - I'm told with these I can achieve 8 unique analog output signals. How would I go about programming two separate teensy's and their audio boards so that they operate...
  10. A

    Multiple Phase Shifted Mono-Outputs (8+) Possible?

    So the audio shields have an additional built in DAC? Very cool! I was unaware you could slap two of those onto a single teensy. If I chose to use multiple teensy boards, would I have trouble getting them to function together cohesively given that timing is pretty important to my project...
  11. A

    Multiple Phase Shifted Mono-Outputs (8+) Possible?

    Hi all, I'm planning to construct an array of 8 speakers, all broadcasting the same signal with a phase shift/time delay between adjacent elements. I stumbled across the teensy and the audio library, and if I only needed to output to a single speaker or set of headphones - my problems would be...
Back
Top