Search found 59476 matches

by steve
Tue Feb 11, 2020 7:21 pm
Forum: Windows
Topic: anti-alias filter in sampling/resampling
Replies: 5
Views: 740

Re: anti-alias filter in sampling/resampling

Audacity 2.1.2 That's a very old version, but if I recall correctly, it has the same resampling code as is used now. Audacity has extremely high quality anti-aliasing filtering, using the soxr resampling library. This image show the cut-off when resampling from 96 kHz to 44.1 kHz. resampling.png
by steve
Tue Feb 11, 2020 2:56 pm
Forum: Windows
Topic: New user of Audacity and Blue Yeti - How to safely unplug the Yeti?
Replies: 2
Views: 729

Re: New user of Audacity and Blue Yeti - How to safely unplug the Yeti?

Can I just unplug the Yeti and replug it without causing any Audactiy or USB problems? I'd advise that you shut down Audacity before plugging in or unplugging a USB microphone. "Safely Remove Device" is more important for data storage devices as they may be writing data, which will be cor...
by steve
Tue Feb 11, 2020 11:14 am
Forum: GNU/Linux
Topic: Selecting volume tool or stop playing makes audacity hang
Replies: 7
Views: 688

Re: Selecting volume tool or stop playing makes audacity hang

I don't get any sound output at all if I choose anything but default or pulse. Or maybe I don't get how to use alsamixer. The system default device is usually listed as: some-device-name (hw:0,0) Note that when using a "hw" device, only one application can access the device at a time, so ...
by steve
Tue Feb 11, 2020 10:57 am
Forum: Windows
Topic: "Preview" of audio files in a directory
Replies: 1
Views: 237

Re: "Preview" of audio files in a directory

You could enable the Preview pane under the View tab in Windows Explorer.
by steve
Tue Feb 11, 2020 10:49 am
Forum: Windows
Topic: Split and join tracks
Replies: 5
Views: 489

Re: Split and join tracks

Giggidy wrote:
Tue Feb 11, 2020 10:45 am
and the mix plays with no breaks but you can skip/rewind tracks.
What audio player is he using?
by steve
Tue Feb 11, 2020 9:25 am
Forum: Windows
Topic: everu time I record it adds a 2 second silence
Replies: 1
Views: 133

Re: everu time I record it adds a 2 second silence

I don't know if I have inadvertanly clicked on something. You can reset Audacity to "factory defaults" by reinstalling and during the installation, select the option to "Reset Preferences". On first run after reinstalling, confirm that you want to reset preferences (when prompte...
by steve
Tue Feb 11, 2020 9:19 am
Forum: Windows
Topic: Audacity not recognising input 3 or 4
Replies: 16
Views: 1436

Re: Audacity not recognising input 3 or 4

brownlow wrote:
Tue Feb 11, 2020 2:30 am
Error code: -9997 Invalid sample rate.
Check that the sample rate for the device in the Windows Sound control panel, is the same for both recording and playback, and the same as the "Project Rate" in Audacity (bottom left corner of the main Audacity window).
by steve
Tue Feb 11, 2020 9:03 am
Forum: Windows
Topic: Convert Label text to LRC file
Replies: 81
Views: 7904

Re: Convert Label text to LRC file

How do I popup a dialog and allow user to save the output to a file? If the plug-in defines one or more "widgets" (GUI controls), then a GUI is created. See: https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference#widgets The "File button widget" is the most complex and di...