Search found 2 matches
- Sun Mar 15, 2015 12:46 am
- Forum: General Audio Programming
- Topic: Diffing audio - help me figure out what's going on?
- Replies: 3
- Views: 1663
Re: Diffing audio - help me figure out what's going on?
It converts the show to 32-floating so to avoid accidental damage and distortion from filters and effects. After Audacity gets done, it has to convert back to 16-bit and when it does, it adds a tiny dithering signal to keep data conversion errors from becoming objectionable. This actually explains ...
- Sat Mar 14, 2015 7:38 pm
- Forum: General Audio Programming
- Topic: Diffing audio - help me figure out what's going on?
- Replies: 3
- Views: 1663
Diffing audio - help me figure out what's going on?
I have one audio file, in "raw" signed 16-bit PCM format. I also have a program that outputs raw signed 16-bit PCM data. I want to compare the output of the program to the content of the first file. The files are different if we simply look at raw bytes (checked with Beyond Compare). When I import t...