How can I get Audacity to work with Opus files? Is there a plugin I can get?
I've heard that I can point Audacity to a framework for encoding/decoding and delegate the work to the framework, since Audacity doesn't support .opus
yet.
How should I go about adding .opus
support to Audacity?
Edit 0: (After trying the external program and the file not appearing):
Edit 1: After Recompiling A file with the file name now appears in the folder, but it appears to be unplayable.
As Doug has pointed out Audacity has the ability to easily import Opus files under Ubuntu 17.04 and also the ability to export as Opus with a small work around. To illustrate:
1. Importing Opus Files with Audacity
Audacity easily imports Opus files either by:
This has tested without flaw on my installation of Audacity 2.1.2 under Ubuntu 17.04.
2. Exporting Opus Files with Audacity
Audacity can export as Opus but does not have the capability to directly export as Opus or to use the conventional 'Custom FFmpeg Export' setting.
Instead go to:
and change the Command options to something like the following:
And to make copying and pasting a little easier here is the command line:
And this should give you the results you are after...
Notes:
There is need for
ffmpeg
to export opus. First, installopus-tools
with:Then, one can simply use something like:
instead of the
ffmpeg
command.This works fine with Audacity 2.1.3 and opusenc 0.1.9.
EDIT
ffmpeg
does not support quality settings for opus. Here is part of the output using today's 3.4 git snapshot offfmpeg
when trying something likeas command:
The simple method I use on pc is (this is my method, it hasn't been copied from elsewhere, and I'm on Windows 10 not Ubuntu, but this may help someone):
If this doesn't work for you, you need to search online re how to set up Audacity to record through your speakers or headset.