helo frnd
can i download one mp3 song from computer to a memory chip (like eeprom or
flash memory)
if i can which computer port will use ,programme kit circuit and can i play this song by using dac 0800 and with an op amp 741.prefer me a low cost memory chip.how can attach this chip with 0800 crcuit
please help me
You can store an MP3 on a digital memory chip if the chip is big enoug to hold it, but to play it just a DAC and a opamp will not be enough. MP3 is a format which is not the direct audio signal but a compressed form of the actual audio signal. So you need to decompress it using a MP3 Decoding program (Decoder) To run such a program you would need a microcontroller to run the program. If you don't want to get into those complications you should just think about storing a .wav file or some raw audio data directly on the memory and then just use a DAC or an opamp to play it.