homogenous frame of mp3 audio file
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i had done steganography process using mp3 file. i just using homogenous frame of mp3 file to hide secret message. so i change the bytes of homogenous frame with the bytes of secret message. then i compare the amplitude of both files using audioread function in matlab. but there is nothing difference amplitude value between both mp3 files (before and after steganography). is there anyone knows why homogenous frame of mp3 become special structure?i mean why the amplitude doesn't change even i change the bytes? i need a help. thanks
0 Commenti
Risposte (1)
Walter Roberson
il 24 Mag 2017
"MPEG-1 or MPEG-2 Audio Layer III,[4] more commonly referred to as MP3 (or mp3), is an audio coding format for digital audio. It uses a form of lossy data compression to encode data using inexact approximations and partial data discarding to reduce file sizes, typically by a factor of 10, in comparison with a CD while retaining a sound quality comparable to uncompressed audio. [...]
The MP3 lossy compression works by reducing (or approximating) the accuracy of certain parts of a continuous sound that are considered to be &beyond the auditory resolution ability of most people*. This method is commonly referred to as perceptual coding or "psychoacoustics".[9] It uses psychoacoustic models to discard or reduce the precision of components less audible to human hearing, and then records the remaining information in an efficient manner."
Basically, when the changes you make to the data are small, then mp3 might decide that they would not be noticed by most people, and so might discard them.
1 Commento
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!