Good answer, indeed not valid to change, thanks. - asked before and still wondering since KurtE brought up last year(s). So fix would have to be through resultant IDE Copy/Paste data xfer.
Type: Posts; User: defragster
Good answer, indeed not valid to change, thanks. - asked before and still wondering since KurtE brought up last year(s). So fix would have to be through resultant IDE Copy/Paste data xfer.
What a pain with both '\r','\n' in there. On Windows using .print('\n') instead of .println() works well/as intended for SerMon's.
Does Mac or Linux require "\r\n" both be present? If required...
Is this a double use of mixer2 4th param with channel '1':
AudioConnection patchCord3(playSdWav5, 0, mixer2, 1);
...
AudioConnection patchCord9(mixer2, 0, i2s1, 1);
...
Indeed that was my assumption - clicked a few times on pjrc.com audio and it wasn't spelled out - and didn't get as far as to look at the code.
Which suggests it is a problem when these - wrong -...
Indeed that was my assumption - clicked a few times on pjrc.com audio and it wasn't spelled out - and didn't get as far as to look at the code.
Which suggests it is a problem when these - wrong -...
8 hour run of edited :: ...examples\SimultaneousPlay\SimultaneousPlay.ino
Only cycling through 4 WAV's on T_3.2 on Audio Kit from a 64GB uSD. Odd note is the pulsing of the ILI9341 backlight. It...
Something is wrong with NUM6.WAV ???
Not the number of files ... (alone)
THIS works, unless the while(1) is removed then it dies screaming in loop() on NUM1:
void setup() {
...
...
Indeed problematic.
Started leftover at 24 MHz T_3.2 and played once through up to FIVE, but prints NUM6 with ms=3500 delay
Dropping delay 1200 or lower went buzzy starting #3
Moved to 96...
Confirming fix from : File-abstraction-and-SdFat-integration
Using "const int chipSelect = 10;" in :: T:\arduino-1.8.13_t54\hardware\teensy\avr\libraries\SD\examples\CardInfo\CardInfo.ino
With...
Using TeamGroup exFAT 128GB with 4 SDTEST WAV files and same p#13 sketch Part _3_03_TFT_Display.ino have good Audio and Video Peak Meter at both 24 MHz and 120 MHz
Point to any other samples and...
RUNNING WELL - T_3.2 :: T:\arduino-1.8.13_t54\hardware\teensy\avr\libraries\Audio\examples\Tutorial\Part_3_03_TFT_Display\Part_3_03_TFT_Display.ino
On >> pjrc.com/store/audio_tutorial_kit.html...
Audio code was copied from the :: T:\arduino-1.8.13_t54\hardware\teensy\avr\libraries\Audio\examples\Tutorial\Reference\Reference.ino
Opps - did not copy ::
#include <Audio.h>
#include...
Opened IDE instead of 'editor' building in IDE gives same errors - note above the added Audio Tools lines copied were still /* commented out */
Src file of sketch ::...
Just to look nice ??? - not knowing 'that rule' - assumed the old stuff would have been cleaned away.
Looking to get ILI9341 and Audio card SD on SPI tested with new SD library:
First result is this:
22281
"-IT:\\arduino-1.8.13_t54\\hardware\\teensy\\avr\\libraries\\SPI"...
Win 10 :: Installing TD 1.54b3 over current install left SRC files etc in the SD folder >> T:\arduino-1.8.13_t54\hardware\teensy\avr\libraries\SD\
Manually deleted CORES and LIBRARIES and...