Search found 59476 matches

by steve
Mon Sep 02, 2019 10:19 pm
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

I have tested it on a selection of three tracks Have you tried testing on tracks where you easily check what the correct values should be? The " Contrast " tool will give you the RMS level of a selection, so if a track contains a section that is a continuous tone, and that part has the hi...
by steve
Mon Sep 02, 2019 9:23 pm
Forum: GNU/Linux
Topic: Rrecording quality problem
Replies: 8
Views: 442

Re: Rrecording quality problem

Are you using PulseAudio as described here: https://manual.audacityteam.org/man/tut ... linux.html
by steve
Mon Sep 02, 2019 2:36 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: saving 16-bit WAV results in binary difference
Replies: 1
Views: 328

Re: saving 16-bit WAV results in binary difference

Kieutrang wrote:
Mon Sep 02, 2019 1:56 pm
When opening a 16-bit PCM wav file and resaving it, it's not identical.
Yes, that's normal.
Audacity's settings are optimised for "using" Audacity, not for running artificial tests.

See here for an explanation as to why this happens: https://manual.audacityteam.org/man/dither.html
by steve
Mon Sep 02, 2019 8:20 am
Forum: GNU/Linux
Topic: Rrecording quality problem
Replies: 8
Views: 442

Re: Rrecording quality problem

Sher_90 wrote:
Mon Sep 02, 2019 7:49 am
several hundred hours of recording have been made of the site above and others. It was done without audacity.
If you've already got recordings, then why not simply import those recordings into Audacity for editing (saving you hundreds of hours)?
by steve
Mon Sep 02, 2019 8:15 am
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

And a control to allow users to chose the length of the time window. I predicted that you might want to do that ;), so it's dead easy. Just remove or comment out the line: (setf rms-rate 10.0) Then either replace it directly with a control, for example: ;control rms-rate "RMS rate" float ...
by steve
Mon Sep 02, 2019 7:41 am
Forum: GNU/Linux
Topic: Rrecording quality problem
Replies: 8
Views: 442

Re: Rrecording quality problem

Sher_90 wrote:
Mon Sep 02, 2019 7:19 am
Attempting to record live streaming audio music?
Is that from a website, or from a game, or something else?
How are you doing that?

If you make a normal microphone recording, does that work?
by steve
Sun Sep 01, 2019 9:40 pm
Forum: macOS
Topic: Unable to record using Audacity
Replies: 1
Views: 138

Re: Unable to record using Audacity

See if this helps: viewtopic.php?f=47&t=103573
by steve
Sun Sep 01, 2019 9:39 pm
Forum: GNU/Linux
Topic: Rrecording quality problem
Replies: 8
Views: 442

Re: Rrecording quality problem

What are you trying to record?
by steve
Sun Sep 01, 2019 9:38 pm
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

Spoiler alert - If you want to work it out yourself, don't scroll down the code below. I'll get back to you with some example code. Here: ;nyquist plug-in ;version 4 ;type analyze ;name "Measure Highest RMS" ;action "Measuring RMS level of the loudest section" ;release 1.0.1 ;cop...