Search found 59476 matches

by steve
Mon Sep 28, 2020 7:06 pm
Forum: GNU/Linux
Topic: [SOLVED] Record fills blank to cursor
Replies: 10
Views: 545

Re: Record fills blank to cursor

Unis_Torvalds wrote:
Tue Sep 22, 2020 8:45 pm
But once it appears that project is 'cursed' as it were, forever.
Next time it happens, try selecting "Transport menu > Rescan Audio Devices".
Then check the settings in the Device Toolbar.
Then try recording again.
by steve
Mon Sep 28, 2020 7:02 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: mod_script_pipe 2.4.2: first command return empty, second works
Replies: 4
Views: 366

Re: mod_script_pipe 2.4.2: first command return empty, second works

Try changing the "get_response" function to: def get_response(): """Return the command response.""" result = '' line = '' while True: result += line line = FROMFILE.readline() if line == '\n' and len(result) > 0: break return result Please try this on Ubuntu a...
by steve
Mon Sep 28, 2020 5:38 pm
Forum: Windows
Topic: Bitrate & Hz
Replies: 9
Views: 269

Re: Bitrate & Hz

Perhaps this chart is what you are looking for: https://wiki.hydrogenaud.io/index.php/L ... nformation
by steve
Mon Sep 28, 2020 5:35 pm
Forum: Windows
Topic: Bitrate & Hz
Replies: 9
Views: 269

Re: Bitrate & Hz

chariot wrote:
Mon Sep 28, 2020 5:14 pm
if plot spectrum were to report an mp3 between 18,000 and 19,000
I'm not sure what you mean. Perhaps you could post a screenshot to illustrate.
by steve
Mon Sep 28, 2020 4:57 pm
Forum: Plug-in Archive
Topic: Noise Gate 3.0.0 alpha
Replies: 1
Views: 336

Noise Gate 3.0.0 alpha

A new noise gate plug-in available for testing.
noisegate.ny
(7.92 KiB) Downloaded 34 times
by steve
Mon Sep 28, 2020 4:40 pm
Forum: macOS
Topic: 2.2.1 stopped working??
Replies: 3
Views: 68

Re: 2.2.1 stopped working??

Cosmik wrote:
Mon Sep 28, 2020 3:23 pm
suddenly I get error messages
What are they? (exactly and in full)
by steve
Mon Sep 28, 2020 10:44 am
Forum: Windows
Topic: Playback at wrong speed
Replies: 1
Views: 106

Re: Playback at wrong speed

bassfiddlesteve wrote:
Sun Sep 27, 2020 1:48 am
When I listen via the headphone jack on the cassette player or the audio interface, everything sounds fine, but when I play back the track in Audacity it is very slow,
Is it slow and low pitch, or slow and the correct pitch?
by steve
Mon Sep 28, 2020 9:46 am
Forum: GNU/Linux
Topic: Error splicing file
Replies: 2
Views: 293

Re: Error splicing file

Use this web page to analyze the file: https://mediaarea.net/MediaInfoOnline

If it is a WAV file (or any kind of PCM audio file), then you will see the necessary information to import the file into Audacity using:
"File menu > Import > Import RAW"
by steve
Mon Sep 28, 2020 9:43 am
Forum: macOS
Topic: Problem with volume
Replies: 3
Views: 102

Re: Problem with volume

Can you hear the record player while it is recording?
If so, does the first track sound quieter than the other tracks?