Re: Request "mono" and "optimal output" on MP3 export screen
Posted: Sat Mar 08, 2014 6:40 pm
Slightly modified suggestion:
"Lame default bit rate" option is a check box.
"Number of channels" options are radio buttons.
Alternative suggestions for wording instead of "Force to ... channel(s)":
Mix to ... channel(s)
Render as ... channel(s)
Export as ... channel(s)
Produce ... channel(s)
Make ... channel(s)
other suggestions?
Lame default bit rate:
"Advanced Options" are as shown in my previous post, which are the same as the current version of Audacity except that the "Channel Mode" options are disabled (greyed out) if "Force to mono" is enabled.
If preferred, "Number of channels:" could be a "choice" widget rather than radio buttons.
If preferred, the "Lame default bit rate" option could be a "choice" widget rather than a check box.
"Lame default bit rate" option is a check box.
"Number of channels" options are radio buttons.
Code: Select all
Lame default bit rate (128 / 64 kbps CBR) [_]
Number of channels:
(o) Same as project (default)
(_) Force to 1 channel (Mono)
(_) Force to 2 channels
Alternative suggestions for wording instead of "Force to ... channel(s)":
Mix to ... channel(s)
Render as ... channel(s)
Export as ... channel(s)
Produce ... channel(s)
Make ... channel(s)
other suggestions?
Lame default bit rate:
- When enabled (checked):
- Bit rate is 128 or 64 kbps CBR depending on whether exported file is stereo (128) or mono (64).
- Advanced options are greyed out.
- Force number of channels options are not greyed out.
- When disabled (not checked):
- Bit rate is set by "Advanced Settings"
- Advanced Settings are not greyed out
- Force number of channels options are not greyed out.
- When "Same as project" is selected:
- Exported file has the same number of channels as the project.
- When Force Mono is enabled:
- Force Stereo is disabled (not selected)
- Exported file has 1 channel (mono)
- When Force Stereo is enabled:
- Force Mono is disabled (not selected)
- Exported file has 2 channels
"Advanced Options" are as shown in my previous post, which are the same as the current version of Audacity except that the "Channel Mode" options are disabled (greyed out) if "Force to mono" is enabled.
If preferred, "Number of channels:" could be a "choice" widget rather than radio buttons.
If preferred, the "Lame default bit rate" option could be a "choice" widget rather than a check box.