Search found 59476 matches
- 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...
- 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
- 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
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
- Mon Sep 02, 2019 8:20 am
- Forum: GNU/Linux
- Topic: Rrecording quality problem
- Replies: 8
- Views: 442
- Mon Sep 02, 2019 8:18 am
- Forum: Windows
- Topic: Audacity has removed all sound
- Replies: 1
- Views: 117
Re: Audacity has removed all sound
See if this fixes it: https://manual.audacityteam.org/man/faq ... k.html#usb
- 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 ...
- Mon Sep 02, 2019 7:41 am
- Forum: GNU/Linux
- Topic: Rrecording quality problem
- Replies: 8
- Views: 442
- 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
- 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?
- 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...