SD card music player without DAC

I'm looking to have some fun by creating a music player that can read floppy disks and send a signal to an external DAC/Amp stack. It doesn't have to be too fancy and if one already exists then I would be totally down to repurpose it. Ideally it would be wall powered and wouldn't be too expensive.

For other aspects of my project, I am looking to shuck a commercial player that can take an SD card and put it into a custom housing. I am also open to building my own, as I have seen many a tutorial of making SD card players online, but most of them have batteries or directly connect a speaker and do not have an optical or toslink output.

Any help would be greatly appreciated as I am a bit of an audio newbie. I am not 100% confident in designing my own electronics but am comfortable soldering. Thanks in advance!
 
If you want to buy, this is what I have myself.
Used to be able to buy SPDIF output only, but now only with DAC + SPDIF out.
I have the one with AK4495 + SPDIF, very pleased after the analogue mods.
https://www.diyaudio.com/community/...-player-ess-crescendo-ii-ak4495-dv20a.285630/https://www.diyaudio.com/community/...crescendo-ii-ak4495-dv20a.285630/post-6106726
If you want to DIY, then this is one :
https://www.diyaudio.com/community/threads/ultimate-source.90725/post-3498804https://www.diyaudio.com/community/threads/ultimate-source.90725/post-3558470His site is no longer up, so I'll post his codes here.

Else look for a 2nd hand QA550.


Patrick

.
 

Attachments

This was the DV20A SPDIF only version.


Patrick
.
 

Attachments

  • CIMG0683.JPG
    CIMG0683.JPG
    441.7 KB · Views: 88
You can see that most of the above, with the exception of the ESS Cresendo II, use a WM8804 to convert I2S to SPDIF.
Most SD card player solutions, including Rpi's, seem to favour using I2S out.

But this is one more example where it is direct SPDIF out :
https://github.com/PaulStoffregen/Audio/blob/master/examples/WavFilePlayer/WavFilePlayer.inohttps://oshpark.com/shared_projects/KcDBKHta
I am a fan of using the same clock (e.g. 256fs) to drive all.
So it rules out, for me personally, all these MCU based solutions using some other clock frequencies.


Patrick