2010-01-09 09:14 PM
MP3 recorder
2011-05-17 04:37 AM
Hi all,
I have to develop a mp3 recorder for my customer: microfone + preamp + MP3 encoder + uSD system. stm32 seems a right choise, but I need the help with mp3 encoder and uSD systems. Are there application notes, links or suggests that I can see? Please help me!!! Thanks Angelo2011-05-17 04:37 AM
Hello,
I suggest you find a chip there can do this by it self. The STM32 at 72Mhz can decode 320kbit, but it takes mostly of the resources... Kasper2011-05-17 04:37 AM
Dear Kasper,
thank you very much for your fast answer! two others questions: 1) Please, could you suggest me a mp3 encoder chip? Maybe I can record audio data without compression, please could you confirm the following reasoning: using a 16bit ADC audio encoder with 48KHz sample rate I can store 1 Hour of audio with 345MByte (on SD memory card) right? If yes, can I use STM32 I2S (PCM) port to interface a extern ADC 16bit 48KHz to SD Card port via DMA? I have to be able to transfer 96KByte/s from ADC to SD Card without loss data, can I do this with STM32? (I want use SD such as a low memory without FAT) Thanks Best Regards Angelo2011-05-17 04:37 AM
Hello,
You can search the internet for encoder chips, i have not ised one. I get it to be 660Mbyte/hour... I believe you can get the datarate to the SD card as well, use the SDIO port, not the SPI What are you going to record, you need that high quality? Maybe ogg vorbis was an idea or ST speach library... Kasper