logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcmdiff — proof-of-concept raw PCM deltifier

Description

       pcmdiff  will compute the arithmetic difference between the raw PCM files file1 and file2 and write it to
       stdout. This allows one to make the degradation that inherently comes with lossy audio formats, audible.

Examples

            oggenc -q0 -o test.ogg test.wav;
            oggdec -o test2.wav test.ogg;
            pcmdiff test.wav test2.wav >delta.wav;

Name

       pcmdiff — proof-of-concept raw PCM deltifier

See Also

hxtools(7)

hxtools                                            2008-11-11                                         pcmdiff(1)

Syntax

pcmdifffile1file2>file3

See Also