Search found 59476 matches

by steve
Fri Aug 30, 2019 8:32 am
Forum: Audio Processing
Topic: Amateur Radio Diversity Reception Post Processing
Replies: 6
Views: 356

Re: Amateur Radio Diversity Reception Post Processing

would like to try some Audacity tools/programs against either the combined stereo recording or the two individual mono channels and logical "AND" to create a new mono channel in an attempt to minimize the static each channel contains. There may be a problem. If the noise is the same in bo...
by steve
Fri Aug 30, 2019 8:14 am
Forum: macOS
Topic: wireless speaker playback 10.11.16/ 2.2.2
Replies: 1
Views: 199

Re: wireless speaker playback 10.11.16/ 2.2.2

I would highly recommend using wired speakers (or wired headphones) with Audacity. Lots of people have trouble using bluetooth speaker with Audacity due to the way that wireless audio is implemented.
by steve
Fri Aug 30, 2019 8:09 am
Forum: Windows
Topic: does not load entire .wav file
Replies: 1
Views: 175

Re: does not load entire .wav file

I'm guessing that there's something peculiar about that file.
How long is the track when imported into Audacity?
How long is the file when played with Windows Media Player?
What does this site say about your WAV file? https://mediaarea.net/MediaInfoOnline
by steve
Fri Aug 30, 2019 8:02 am
Forum: Adding Features to Audacity
Topic: an 'Audacity Meter' with CBS and/or: LUFS, RMS-BS1770
Replies: 4
Views: 624

Re: an 'Audacity Meter' with CBS and/or: LUFS, RMS-BS1770

There's plans for a new built-in LUFS / RMS normalize tool. It won't be in the next release of Audacity as the next version is mostly about refactoring the code base, but I'm hoping that it will be in the version after that.
by steve
Fri Aug 30, 2019 7:58 am
Forum: Macros and Scripting
Topic: Change tempo on macros bugged? [SOLVED]
Replies: 18
Views: 1316

Re: Change tempo on macros bugged?

OK, I see the problem, and it's an easy fix.
I also see some additional improvements - I'll get back to you with a new version.
by steve
Fri Aug 30, 2019 1:31 am
Forum: Windows
Topic: Debugging error
Replies: 3
Views: 857

Re: Debugging error

Flyingkiwi wrote:
Fri Aug 30, 2019 12:28 am
error messages
What error messages are you getting?
by steve
Thu Aug 29, 2019 11:31 pm
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

it let’s me to believe that the max-rms function will not do the trick alone on a stereo track as it always operates on the whole channel and only one channel at a time. It does only act on one channel at a time, but we can temporarily assign the RMS to a variable. In Nyquist, sounds and signals ar...
by steve
Thu Aug 29, 2019 11:21 pm
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

Are these symbols/variables accessible from anywhere or is a symbol that has been established in a function only available in the function? Variable may be "global" (available anywhere), or "local" (only available within a limited scope). Try running these examples using the Deb...
by steve
Thu Aug 29, 2019 10:49 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Filenames insist on addint .raw
Replies: 5
Views: 459

Re: Filenames insist on addint .raw

I can change the file name in Windows, but the file properties still leaves the .raw at the end. You've told Audacity to export in RAW format. https://forum.audacityteam.org/download/file.php?id=24558 If you want a normal WAV file, just select: "File menu > Export > Export as WAV", and do...
by steve
Thu Aug 29, 2019 10:41 pm
Forum: macOS
Topic: Is ffmpeg installed thru Homebrew supported?
Replies: 4
Views: 3242

Re: Is ffmpeg installed thru Homebrew supported?

I'm confused, that page has both Lame and ffmpeg packages. Yes. You need the FFmpeg package. You don't need the LAME package. Is the ffmpeg_64bit_osx.pkg on that page not the one I want? The file " ffmpeg_64bit_osx.pkg " is the one that you want. The instructions point me to that page for...