Stereo Recording and Playback

WA2MZG

Member
I am using a Teensy 4.0 and the Audio Shield with an SD Card for storage.
I would like to record, in stereo, from the line in and save the data to the SD card.
Also be able to play back the recorded data.
I would be using this to save all my LP's in a digital format - MP3.

It would be nice to save the data as MP3 but WAV or RAW will work for now.

It appears that the tools in the Audio System Design Tool are all mono.

Can someone point me in the right direction to get started, please.
Thank You,
Forest
 
Thank you for your quick response.
I did see this earlier but I assumed I was missing something because I cannot find
AudioPlayWAVstereo
AudioRecordWAVstereo

They are not in the Audio Design Tool nor in the Audio.h file.

Forest
 
Thank you again - I was successful. I have recorded 30 albums so far with no issues.
I did add a DELETE button after the 1st 20 albums in case something went wrong with the recording making it easier to rerecord a specific album / side.
I am using the Teensy 4.0 and Audio Shield.

It records to a SD card and at the same time plays what is being recorded and after having been recorded, the wav file can be played.

I then take the SD card to my computer and rename the files to the proper vinyl album name and then convert to an mp3.

Works great - Thank You all again.
1000008845.jpg


This is my development board with an ILI9341 display. The audio shield is mounted on the back.

Forest
 
Back
Top