homogenous frame of mp3 audio file
조회 수: 8 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Walter Roberson
2017년 5월 24일
"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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!