Search found 59476 matches

by steve
Thu Nov 28, 2019 8:23 pm
Forum: New Plug-Ins
Topic: Export Labels
Replies: 4
Views: 752

Export Labels

Although Audacity already has an "Export Labels" command , it is quite limited in that it only supports one text export format, with only the label times and label text. If there are multiple label tracks, exporting the labels merge all labels from all tracks into one file. This plug-in ex...
by steve
Thu Nov 28, 2019 5:59 pm
Forum: macOS
Topic: "Bad CPU type" error
Replies: 1
Views: 631

Re: "Bad CPU type" error

Audacity version 2.2.1 is a 32-bit app.
Catalina does not support 32-bit apps.
You need to install the current version of Audacity, which is a 64-bit app. Follow the links on the Audacity website to download the current version: https://www.audacityteam.org/download/mac/
by steve
Thu Nov 28, 2019 4:12 pm
Forum: GNU/Linux
Topic: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates
Replies: 40
Views: 2251

Re: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates

BeesAudio wrote:
Thu Nov 28, 2019 3:49 pm
I could not detect any change in pushing the button
What button?
BeesAudio wrote:
Thu Nov 28, 2019 3:49 pm
in Windows it changes de recording volume
in the Windows Sound Settings?
by steve
Thu Nov 28, 2019 4:10 pm
Forum: macOS
Topic: No sound after removing Audacity
Replies: 1
Views: 159

Re: No sound after removing Audacity

My guess would be that when you "Removed any orphan Audacity files using Commander One", you also trashed something else. I can't see any reason why installing or installing Audacity should make any difference to the computer's sound system.
by steve
Thu Nov 28, 2019 4:05 pm
Forum: Adding Features to Audacity
Topic: Deployment via Windows Store
Replies: 1
Views: 469

Re: Deployment via Windows Store

Thanks, and yes we intend to make the official version available in Microsoft Store.
by steve
Thu Nov 28, 2019 4:02 pm
Forum: Compiling Audacity
Topic: Getting an alpha-build when compiling the latest Audacity 2.3.3
Replies: 4
Views: 823

Re: Getting an alpha-build when compiling the latest Audacity 2.3.3

steve wrote:
Mon Nov 25, 2019 5:59 pm
It looks like the release "tag" was set the days before the build version was set to "release".
It was. That's been fixed now so the 2.3.3 release tag should now work:
https://github.com/audacity/audacity/releases
by steve
Thu Nov 28, 2019 3:46 pm
Forum: GNU/Linux
Topic: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates
Replies: 40
Views: 2251

Re: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates

BeesAudio wrote:
Thu Nov 28, 2019 3:43 pm
Working command: arecord -f S24_3LE -r 44100 -c 1 -d 10 -D "hw:2,0" "mytest.wav"
Excellent.

You previously mentioned lights on the mic - what's happening there?
by steve
Thu Nov 28, 2019 3:33 pm
Forum: GNU/Linux
Topic: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates
Replies: 40
Views: 2251

Re: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates

Try recording from the MiC Plus using "arecord". In a Terminal, navigate to a suitable folder for saving the file. The default Terminal directory is your home directory. Then enter this command: arecord -f S16_LE -r 44100 -c 2 -d 10 -D "hw:2,0" "mytest.wav" -f S16_LE se...
by steve
Thu Nov 28, 2019 1:01 pm
Forum: GNU/Linux
Topic: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates
Replies: 40
Views: 2251

Re: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates

if I select MiC Plus Card: MiC Plus Chip: USB Mixer I can adjust Playback & Capture Ensure that they are turned up (about 80% is a reasonable starting position), then press the Esc key to close ALSA Mixer. In the Terminal window, enter: arecord -l (the final character is lower case "L"...
by steve
Thu Nov 28, 2019 11:43 am
Forum: GNU/Linux
Topic: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates
Replies: 40
Views: 2251

Re: Ubuntu 18.04.3 USB mic (OSS) has no supported sample rates

Blue box states: ---Sound Card--- - (default) 0 HDA Intel PCH 1 HDA Nvidia 2 MiC Plus enter device name ------------------- That's interesting. It appears that there is an ALSA driver for the MiC Plus, but for some reason Audacity is unable to use it. Additional: if I select MiC Plus Card: MiC Plus...