Search found 59476 matches

by steve
Thu Nov 28, 2019 11:27 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

With the mic connected, and Audacity NOT running:

In a Terminal window, enter:

Code: Select all

alsamixer
then press the F6 key.

What "sound cards" are listed in the blue box?
by steve
Thu Nov 28, 2019 11:16 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Crash on "Ctrl+Shift+F"
Replies: 15
Views: 1074

Re: Crash on "Ctrl+Shift+F"

I'm just wishing i can "copy/paste" these in a spreadsheet. Try running this in the Nyquist Prompt (requires a recent version of Audacity): ;version 4 ;type tool ;debugflags trace (let ((info (aud-get-info "labels"))) (dolist (trk info "") (setf tracknum (first trk)) (...
by steve
Thu Nov 28, 2019 10:14 am
Forum: Windows
Topic: Can not record with RME Babyface, probably USB issues?
Replies: 12
Views: 1040

Re: Can not record with RME Babyface, probably USB issues?

Thanks for the update.
It's very unlikely that reinstalling Audacity would make any difference, so my guess is that reinstalling the drivers fixed it.
by steve
Thu Nov 28, 2019 10:10 am
Forum: Windows
Topic: Unable to save, every time i try to reinstall error code 0x80030070
Replies: 7
Views: 254

Re: Unable to save, every time i try to reinstall error code 0x80030070

WARNING: Only try this if you obtained Audacity via the links on https://www.audacityteam.org/download/windows/ Have you tried temporarily disabling "Controlled Folder Access"? (see: https://www.tenforums.com/tutorials/113380-enable-disable-controlled-folder-access-windows-10-a.html) If th...
by steve
Thu Nov 28, 2019 10:01 am
Forum: Windows
Topic: Unable to save, every time i try to reinstall error code 0x80030070
Replies: 7
Views: 254

Re: Unable to save, every time i try to reinstall error code 0x80030070

Is your computer on a network?
Do you have more than one hard drive / SSD?
by steve
Thu Nov 28, 2019 9:55 am
Forum: Windows
Topic: Hollow voice problem
Replies: 2
Views: 206

Re: Hollow voice problem

It sounds less "hollow" to me if I just mix it down to mono.
("Tracks menu > Mix > Mix stereo down to mono")

The problem is because your mic(s) is/are a long way from the person that is talking, and the room is quite echoey.
by steve
Thu Nov 28, 2019 9:49 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

I noticed the LED on the mic was flashing when starting Audacity, to end in the "no operation" state (LED is blue). That's interesting. It appears that the mic has built-in software ("firmware") rather than just being a microphone with a class compliant USB audio chip. I install...
by steve
Thu Nov 28, 2019 9:34 am
Forum: GNU/Linux
Topic: Crashes when closing project
Replies: 15
Views: 1538

Re: Crashes when closing project

pseudo-bash wrote:
Thu Nov 28, 2019 8:33 am
Is this something I can try updating to fix
Have you every built a C/C++ application from the source code?
by steve
Thu Nov 28, 2019 9:33 am
Forum: GNU/Linux
Topic: Audacity freezes at startup and its logo remains frozen in the screen
Replies: 42
Views: 5095

Re: Audacity freezes at startup and its logo remains frozen in the screen

Open you file browser in your Home directory and enable "show hidden files".
Find the folders:

Code: Select all

~/.audacity-data
~/.audacity-files
and delete them.

Then try launching Audacity 2.2.1.
by steve
Thu Nov 28, 2019 9:24 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Crash on "Ctrl+Shift+F"
Replies: 15
Views: 1074

Re: Crash on "Ctrl+Shift+F"

Audacity already has the ability to export all of the label data (including the track number), but not as CSV. You can export the label data as JSON, or as a Nyquist "List". The JSON version looks like this: [ [ 1, [ [ 0, 0, "A" ], [ 0.309172, 0.460292, "b" ], [ 0.73757...