wavpack (export) support?
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.
wavpack (export) support?
importing wavpacks with audacity is working fine, but is it also possible to export to .wv?
Re: wavpack (export) support?
Depending on your build of FFmpeg, it may be possible to export as wavepack by using "Custom FFmpeg Export Options". See: http://manual.audacityteam.org/man/cust ... tions.html
I'm using the default Debian 8 version of FFmpeg, and wavepack export is not supported here. You may have better luck with less "free" distributions such as Ubuntu, or you could try building FFmpeg from sourcecode (be careful if you do that, it's easy to break other audio applications if you have conflicting dependencies).
I'm using the default Debian 8 version of FFmpeg, and wavepack export is not supported here. You may have better luck with less "free" distributions such as Ubuntu, or you could try building FFmpeg from sourcecode (be careful if you do that, it's easy to break other audio applications if you have conflicting dependencies).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: wavpack (export) support?
it works. thank you.
however, when i export a 32bit float wave as wavpack (raw backup), the resulting wv property only shows 16bit unlike wavpack encoded 32bit float exports? isnt there way to preserve the rawfile specs entirely?
however, when i export a 32bit float wave as wavpack (raw backup), the resulting wv property only shows 16bit unlike wavpack encoded 32bit float exports? isnt there way to preserve the rawfile specs entirely?
Re: wavpack (export) support?
If you have a command-line Wavepack encoder installed, then you could use Audacity's "Exporting to an External Program" option: http://manual.audacityteam.org/man/expo ... ogram.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: wavpack (export) support?
sure, i have it installed. but i am struggeling with the wavpack commandline to get it working properly in audacity.steve wrote:If you have a command-line Wavepack encoder installed
has anyone succeeded in doing so?
Re: wavpack (export) support?
On further digging it seems this isn't going to work.
The "external program" option uses STDIN which is limited to 16-bit.
It looks like the only option available for 32-bit float wavpack is to export from Audacity as 32-bit float WAV (or AIFF) and then use another application (such as the wavpack CLI encoder) to convert to WV.
The "external program" option uses STDIN which is limited to 16-bit.
It looks like the only option available for 32-bit float wavpack is to export from Audacity as 32-bit float WAV (or AIFF) and then use another application (such as the wavpack CLI encoder) to convert to WV.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: wavpack (export) support?
ok, i see. is there plans to integrate wavpack and make it avaiable in audacity in the near future?
or is there an alternative codec that will preserve 32bit float wave specs at the moment?
or is there an alternative codec that will preserve 32bit float wave specs at the moment?
Re: wavpack (export) support?
Not that I'm aware of.ledestin wrote: is there plans to integrate wavpack and make it avaiable in audacity in the near future?
Just the uncompressed formats, though FLAC supports 24-bit, which is still better quality than any sound card or hi-fi.ledestin wrote:or is there an alternative codec that will preserve 32bit float wave specs at the moment?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: wavpack (export) support?
ok, thank you.