Search found 59476 matches

by steve
Thu Dec 25, 2014 4:36 pm
Forum: GNU/Linux
Topic: Blue Snowball No Longer On Input Device List
Replies: 8
Views: 3414

Re: Blue Snowball No Longer On Input Device List

still quite curious though why Audacity was suddenly unable to recognize the microphone considering I had not made any changes...perhaps any one of the regular updates to my system somehow led to this event... Audacity reads the device names from the device drivers. If the drivers are updated (whic...
by steve
Thu Dec 25, 2014 2:45 pm
Forum: Windows
Topic: speed
Replies: 1
Views: 216

Re: speed

Does your question have anything to do with Audacity?

If it is a new turntable, has it ever worked?
If it is an old turntable, has it been serviced recently?
by steve
Thu Dec 25, 2014 2:22 pm
Forum: Feature Request Archive
Topic: Clicking black "split line" auto-merges. Turn off?
Replies: 31
Views: 6960

Re: Clicking black "split line" auto-merges. Turn off?

Gale Andrews wrote:though I do think menu items should be considered for Edit > Move Cursor > To Clip End (and Start) and for Edit > Select > Cursor to Clip End (and Edit > Select > Clip Start to Cursor
Sounds reasonable.
by steve
Thu Dec 25, 2014 1:18 pm
Forum: Compiling Audacity
Topic: I found an apparent bug in valnum.cpp
Replies: 3
Views: 1686

Re: I found an apparent bug in valnum.cpp

Thanks for the report.
I'll pass this on to the developers.

I agree that this is an error, but I'm surprised that it caused a problem because (normally) we should be using Unicode.
by steve
Thu Dec 25, 2014 1:04 pm
Forum: Compiling Audacity
Topic: compiling ExportFFmpeg.cpp returns data-type error
Replies: 3
Views: 1740

Re: compiling ExportFFmpeg.cpp returns data-type error

Audacity is very picky about the version of FFmpeg.
Did you configure with the "--disable-dynamic-loading" option? if not, try that.

Code: Select all

./configure --disable-dynamic-loading
by steve
Thu Dec 25, 2014 1:01 pm
Forum: Windows
Topic: Spectrum analysis [SOLVED]
Replies: 33
Views: 3673

Re: Spectrum analysis

Nyquist will only accept a dot as the decimal separator. For plugins that have numeric input boxes, the numeric input box is internationalized so that the decimal separator appropriate to the locale is used ("comma" for Russian locale). If necessary, Audacity then converts the decimal sepa...
by steve
Wed Dec 24, 2014 9:36 pm
Forum: GNU/Linux
Topic: Blue Snowball No Longer On Input Device List
Replies: 8
Views: 3414

Re: Blue Snowball No Longer On Input Device List

Try installing pavucontrol (Pulse Audio Volume Control).
Then open Audacity and set the recording input to "Pulse".
Then open pavucontrol and set the recording input to the one that you want to use.
by steve
Wed Dec 24, 2014 9:31 pm
Forum: Windows
Topic: Joining Tracks
Replies: 8
Views: 612

Re: Joining Tracks

If you want to split a long recording into multiple files or CD tracks, see here: http://manual.audacityteam.org/o/man/fa ... html#split
by steve
Wed Dec 24, 2014 9:28 pm
Forum: Windows
Topic: Spectrum analysis [SOLVED]
Replies: 33
Views: 3673

Re: Spectrum analysis

I've had a look at the code for this new feature, and it may be a bug due to an unexpected automatic localization of the numbers that are passed from Audacity to Nyquist. The Audacity code passes the values of the frequency selection to Nyquist, which can then be used by Nyquist plugins. Nyquist req...
by steve
Wed Dec 24, 2014 6:54 pm
Forum: Windows
Topic: Import file size limitations?
Replies: 4
Views: 963

Re: Import file size limitations?

kozikowski wrote:A word on WAV files. They have a restriction of 2GB
The maximum size for normal WAV files is 4 GB (http://en.wikipedia.org/wiki/WAV#Limitations), though some very old machines and some very old or poorly written programs may only support WAV files up to 2 GB.