what is the underlying encoding software audacity use?

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
syhliu
Posts: 4
Joined: Wed Jun 18, 2008 11:04 pm
Operating System: Please select

what is the underlying encoding software audacity use?

Post by syhliu » Wed Jun 18, 2008 11:09 pm

what is the underlying encoding software audacity use to export WAV file? Thank you for your answers in advance!

kozikowski
Forum Staff
Posts: 69357
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: what is the underlying encoding software audacity use?

Post by kozikowski » Wed Jun 18, 2008 11:25 pm

Pulse Code Modulation. PCM. Microsoft "WAV" format can have compression and damage incorporated in it, but by convention almost never does. It's one of the formats you can do production and editing in without damage cause by the file format. the other one is Apple AIFF. Those two are easily converted into each other with no damage.

Of course, there's no compression, so the files are very large.

All the compressed formats, MP3, AAC, etc get worse and cause damage with use. These are intended as delivery formats, not production formats.

Koz

syhliu
Posts: 4
Joined: Wed Jun 18, 2008 11:04 pm
Operating System: Please select

Re: what is the underlying encoding software audacity use?

Post by syhliu » Wed Jun 18, 2008 11:32 pm

Hi koz,

Thank you very much for the quick reply! My situation is, I use both audacity and ffmpeg to convert mp3 files to wav, both using PCM encoding with same sample rate, # of channels and so on, so the header information for these 2 files are exactly the same. However the software I am using can recognize the wav file generated by audacity but not the one by ffmpeg. Do you know what is the differences between the wav files generated by these 2 different tools?

Locked