Hello
I have the following behavior which I don't understand:
Source is the wav file onechan.wav.
1.
I convert this file to flac using sox:
sox onechan.wav onechan_sox.flac
2.
I convert the same file to flac using Audacity Dialog "Export Audio..." to onechan_aud.flac
3.
I use flac to convert back to wav
flac -d onechan_sox.flac (results in onechan_sox.wav)
flac -d onechan_aud.flac (results in onechan_aud.wav)
4.
MD5 sums:
$ md5sum onechan.wav
3cecb261e6e6d5bee7f1e4557e04a1a0 onechan.wav
$ md5sum onechan_sox.wav
3cecb261e6e6d5bee7f1e4557e04a1a0 onechan_sox.wav
$ md5sum onechan_aud.wav
161a4222a42ab302b389dd22d225af4d onechan_aud.wav
I cannot understand why the exported flac cannot be converted back in a bit perfect way...
Any hints are very welcome.
I am using Audacity 2.1.2.
Best, René
Export to flac bit-perfect?
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Export to flac bit-perfect?
Did you turn off dithering when you exported from Audacity?
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Export to flac bit-perfect?
I have now disabled dithering in Preferences|Quality|High-quality conversion.Gale Andrews wrote:Did you turn off dithering when you exported from Audacity?
Gale
In addition I have forced 16 bit in the export dialog.
And it works!
Thank you very much.
René
Re: Export to flac bit-perfect?
Please be aware that in the case of real-world audio work, in which the audio is not only being transcoded but is also being edited and processed, turning off dither will produce lower sound quality and less dynamic range than leaving dither enabled.
For further information, there is an article about "dither" in the Audacity wiki: http://wiki.audacityteam.org/wiki/Dither
For further information, there is an article about "dither" in the Audacity wiki: http://wiki.audacityteam.org/wiki/Dither
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Export to flac bit-perfect?
Thank you for the link!steve wrote: For further information, there is an article about "dither" in the Audacity wiki: http://wiki.audacityteam.org/wiki/Dither
R.