How to audio file store in memory

Riteshkakkar

Commendable
Feb 10, 2017
10
0
1,510
hello
how in memory of computer sound are stored as there are many frequency present in it like drum,bass,treable, vocal, etc
while we play music lot of sound come how computer store it in mp3 etc format
 

V1ctor89

Distinguished
Apr 17, 2010
374
0
19,160
The computer does not see photos, music, documents as we do, instead it only works with binary code. Billions and billions of bytes of data is transformed for us in what we see as movies, music etc. When you are listening to Adele, the computer has not clue what that is, instead he goes 10010101000010111001 etc. Each byte of data carries a tiny bit of what we hear as music. A 4Mb song has 4 million bytes that are played with a certain bitrate. If a song plays at a standard of 128kb/s it means 128 bits are played in one second, each bit carrying a different tone, frequency etc.

Hope it makes somewhat sense.
 

Riteshkakkar

Commendable
Feb 10, 2017
10
0
1,510
each bit carrying a different tone, frequency etc.
hi
ok, how each bit carry different frequency as each bit work one after another
how equalizer work in the computer?