Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Please help with info for my project about FLAC using S3C2440 on Linux (Read 2924 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Please help with info for my project about FLAC using S3C2440 on Linux

HI All,

I am doing a project 'Design and research of FLAC using S3C2440 on Linux'

I want the circuit diagram of all the hardware components in one pic.

And also how the process of Decoding of FLAC Files and the DAC Chip works..

Please reply.

Thanks,
Ishaq.

 

Please help with info for my project about FLAC using S3C2440 on Linux

Reply #1
I am doing a project 'Design and research of FLAC using S3C2440 on Linux'



Here is a highly optimized flac decoder for the S3C2440:

http://svn.rockbox.org/viewvc.cgi/trunk/ap.../libffmpegFLAC/

I want the circuit diagram of all the hardware components in one pic.


For the S3C2440?  Have you checked the datasheet?  Its been years since I looked at it, but as I recall it was extremely well documented.

And also how the process of Decoding of FLAC Files and the DAC Chip works..


Same as every other format.  Run the decoder, pass the PCM to the DAC.  Theres nothing FLAC specific about the process.