Guide Me how i can write and read audio simple on arduino EEPROM

Thanks for all Reponses, and i really understand it. but i want to now how actually code it? Maybe something like:
val = analogRead(0);
eemprom.write(address, val);?

maybe PWM is equal to eemprom.read(address)?