Search found 2 matches

by Kiers_Thebad
Wed Jan 11, 2012 8:31 pm
Forum: Windows
Topic: Command Line export seems to be only 16 bits??
Replies: 2
Views: 2361

Command Line export seems to be only 16 bits??

Hi, Audacity doesn't seem to encode the audio in 32 bit wav, so I decided to use an external program with the following command: C:UsersPublicDocumentsffmpeg.exe -i - -y -acodec pcm_s32le "%f.wav" Which then gave the output: C:UsersPublicDocumentsffmpeg.exe -i - -y -acodec pcm_s32le "C:Guitar1.wav" ...