flac 1.3.1 + audacity 2.1.1
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.
flac 1.3.1 + audacity 2.1.1
how to make use of flac 1.3.1 in latest audacity 2.1.1 under linux mint 64bit?
Re: flac 1.3.1 + audacity 2.1.1
Either:
build Audacity from the source code and specify the local library for Flac (included in the full Audacity source code)
or
build Audacity from the source code with the Flac 1.3.1 development library installed on your machine,
or
Install the command line Flac 1.3.1 encoder on your machine and use the "external program" option when exporting (http://manual.audacityteam.org/o/man/ex ... ogram.html)
build Audacity from the source code and specify the local library for Flac (included in the full Audacity source code)
or
build Audacity from the source code with the Flac 1.3.1 development library installed on your machine,
or
Install the command line Flac 1.3.1 encoder on your machine and use the "external program" option when exporting (http://manual.audacityteam.org/o/man/ex ... ogram.html)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: flac 1.3.1 + audacity 2.1.1
ok, i have installed flac_1.3.1-4_amd64.deb right now https://launchpad.net/ubuntu/wily/amd64/flac/1.3.1-4
it would be great if someone could help me with the commandline for external flac.
thank you in advance
it would be great if someone could help me with the commandline for external flac.
thank you in advance
Re: flac 1.3.1 + audacity 2.1.1
What version of Flac is your build of Audacity currently using? Do you really need to use an updated version?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: flac 1.3.1 + audacity 2.1.1
yes, i need to 
it is version 1.3.0, my archive is 1.3.1, so it would be a regression.
besides, curious to see flac not being mentioned in the manual at all?
it is version 1.3.0, my archive is 1.3.1, so it would be a regression.
besides, curious to see flac not being mentioned in the manual at all?
Re: flac 1.3.1 + audacity 2.1.1
There is no difference in Flac format between 1.3.0 and 1.3.1. The main differences are a few small encoding/decoding speed improvements to the encoder/decoder.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: flac 1.3.1 + audacity 2.1.1
yes, i know. but as i pointed out already, i would like the version to conform to my archive and also make use of the few small improvements.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: flac 1.3.1 + audacity 2.1.1
See http://manual.audacityteam.org/o/man/ex ... compressed and the links thereon.ledestin wrote:curious to see flac not being mentioned in the manual at all?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: flac 1.3.1 + audacity 2.1.1
The base reference is the page Steve referred to: http://manual.audacityteam.org/o/man/ex ... ogram.html.ledestin wrote:it would be great if someone could help me with the commandline for external flac.
That doesn't have FLAC examples, but the version of that page for the next 2.1.2 release of Audacity does have FLAC examples.
See https://xiph.org/flac/documentation_tools_flac.html for FLAC command-line syntax and options.
Assuming you default-installed FLAC, this Audacity command exports a FLAC file without any options:
Code: Select all
/usr/bin/flac - -o "%f"Code: Select all
/usr/bin/flac - -T "TITLE=Bohemian Rhapsody" -T "ARTIST=Queen" -o "%f"Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: flac 1.3.1 + audacity 2.1.1
hi gale,
thank you for your help. indeed, flac 1.3.1 is default installed to /usr/bin/flac.
so with: /usr/bin/flac - -o "%f.flac" i could export to flac.
curiously the flac file still states version 1.3.0 20130526?
thank you for your help. indeed, flac 1.3.1 is default installed to /usr/bin/flac.
so with: /usr/bin/flac - -o "%f.flac" i could export to flac.
curiously the flac file still states version 1.3.0 20130526?