TeensyTransfer Cannot open audio files

Status
Not open for further replies.

MegatronV2

New member
Hi,

I've been struggling to get the TeensyTransfer program to open the audio.

I've got it running in the command prompt, and I've converted one of the .wav files to .raw using Audacity, but I still get the error that it is unable to open the file.

Am I putting the file location in wrong somehow? I need to get these audio files onto the prop shield flash memory so I can play them, and I just can't seem to get it to work. The info command is working properly.

2018-10-26 21_54_34-teensytransfertool _ Arduino 1.8.7.png
 
Add a backslash after c:

teensytransfer c:\Users\blah..

or, easier as the soundfile seems to be in the same directory, without path:

Code:
teensytransfer sound.raw
 
Status
Not open for further replies.
Back
Top