Example source code for WAV PCM decoder DECWAV.DL3

Discussion about writing software for VS1005 and the VSOS Operating System. Also posts about VS1005-related hardware design and device drivers should be posted here.
Post Reply
User avatar
Henrik
VLSI Staff
Posts: 1294
Joined: Tue 2010-06-22 14:10

Example source code for WAV PCM decoder DECWAV.DL3

Post by Henrik »

Hello!

So far our audio decoders, like MP3 and Ogg Vorbis have been all closed source. While this is necessary for us, it makes it difficult for third parties to create their own audio decoders because there really are no examples on how to do this.

To help with the issue, we have created a simplified version of our RIFF WAV decoder DECWAV.DL3, with full source code. It is attached to this message.

Enjoy!

Kind regards,
- Henrik
Attachments
decwavpcm.zip
Simplified WAV decoder with full source code, v1.00.
(17.1 KiB) Downloaded 255 times
Good signatures never die. They just fade away.
Post Reply