Search found 59476 matches

by steve
Tue Dec 15, 2020 10:31 am
Forum: Audiobook Production
Topic: Paste Special
Replies: 4
Views: 707

Re: Paste Special

The phrase that pays: "Punch Copy Paste" Copy a big chunk of sound from a long track. Select a shorter portion of a second track and Paste, but the paste cuts to the length of the second track selection. The length of the second track doesn't change. Also works the other way round: Copy a ...
by steve
Mon Dec 14, 2020 7:43 pm
Forum: Windows
Topic: Short burst of static every 1-2 min. while recording
Replies: 1
Views: 75

Re: Short burst of static every 1-2 min. while recording

That's strange. Perhaps a USB thing? Check your power saving settings and ensure that everything is set to "full power" when plugged into the mains.
by steve
Mon Dec 14, 2020 7:36 pm
Forum: Windows
Topic: Editing function cut and paste disrupted
Replies: 12
Views: 302

Re: Editing function cut and paste disrupted

When I try to highlight one track the other track shows ghosted clocks That is "Sync-Lock". Turn that off in the "Tracks" menu. (more info: https://manual.audacityteam.org/man/sync_locked_track_groups.html) when highlighting for edit the color is grey blue not white That sounds ...
by steve
Mon Dec 14, 2020 7:30 pm
Forum: Windows
Topic: connecting EZCAP USB cassette
Replies: 1
Views: 85

Re: connecting EZCAP USB cassette

Ensure that the USB cassette is connected before launching Audacity. Ensure that Window Preferences give Audacity permission to use the "microphone" (Bill G refers to all recording devices as "microphone"). If still no joy, check in the Windows Sound control panel and ensure that...
by steve
Mon Dec 14, 2020 7:14 pm
Forum: New Plug-Ins
Topic: Frequency listener
Replies: 9
Views: 1335

Re: Frequency listener

To adjust the maximum length that will be played, adjust the numbers in the "EXTRACT-ABS" command. The first number is the start time and should remain as zero, the second number is the end time and can be anything you like, but remember the sound cannot be stopped or paused. Example: for ...
by steve
Mon Dec 14, 2020 6:58 pm
Forum: Windows
Topic: Zoom vs. Audacity
Replies: 8
Views: 303

Re: Zoom vs. Audacity

Do we have an Audacity problem? Or Zoom? Neither. Zoom is doing exactly what it was designed to do - it is taking exclusive control of the sound system (locking out all other audio apps) to provide reliable performance of the Zoom meeting. This is why Zoom provide a recording feature in their softw...
by steve
Mon Dec 14, 2020 6:54 pm
Forum: Compiling Audacity
Topic: want to get mod-script-pipe module working on Raspberry Pi, problems compiling
Replies: 8
Views: 1325

Re: want to get mod-script-pipe module working on Raspberry Pi, problems compiling

When using ALSA directly it is important to ensure that no other apps are using the audio device because ALSA is (almost always) a single client device. PulseAudio is intended to overcome that limitation by providing a multi-client audio interface for apps to use.
by steve
Mon Dec 14, 2020 6:49 pm
Forum: Windows
Topic: Audacity not responding
Replies: 11
Views: 805

Re: Audacity not responding

My guess is that the MP3 is "variable bit rate" ("VBR"). Several audio players on Windows (including Windows Media Player the last time I looked) report the length of VBR MP3s incorrectly. This is a bug in the player and it has been around for many years. More information about M...
by steve
Mon Dec 14, 2020 6:44 pm
Forum: New Plug-Ins
Topic: Frequency listener
Replies: 9
Views: 1335

Re: Frequency listener

Try this: Frequency-Listener.ny This is the code: ;nyquist plug-in ;version 4 ;type process ;name "Frequency listener" ;copyright "Released under terms of the GNU General Public License version 2" (cond ((get '*selection* 'center-hz) (play (extract-abs 0 1 (mult 0.5 (hzosc (get '...