Search found 59476 matches

by steve
Wed Aug 01, 2012 9:28 pm
Forum: Windows
Topic: Envelope Tool vs. Hard Limiter
Replies: 16
Views: 5512

Re: Envelope Tool vs. Hard Limiter

but how do you measure the floor/background noise, in terms of decibels so you can set the "noise floor" on the compressor accordingly? Select a section containing the loudest background noise. Go to the Effect menu and select "Amplify". If the noise level is greater or equal to...
by steve
Wed Aug 01, 2012 9:15 pm
Forum: General Audio Programming
Topic: programming question
Replies: 8
Views: 3003

Re: programming question

It may be possible for a plug-in to be developed that is able to read and decode those time codes and create labels that contain the decoded information. I would expect it to be a complex task and would require a detailed knowledge of the encoding. Are you a programmer? Do you have detailed knowledg...
by steve
Wed Aug 01, 2012 6:03 pm
Forum: Windows
Topic: Envelope Tool vs. Hard Limiter
Replies: 16
Views: 5512

Re: Envelope Tool vs. Hard Limiter

The "noise floor" setting I'm not clear on though, I'm not surprised, it's a bit weird and complicated ;) Basically, the compressor pushes up the volume of low and medium level audio, and "squashes" the high level audio, so the low and medium level audio gets louder, but the lou...
by steve
Wed Aug 01, 2012 3:57 pm
Forum: General Audio Programming
Topic: programming question
Replies: 8
Views: 3003

Re: programming question

Allen313 wrote:On the left channel time of day is recorded
How? Do you mean that in the left channel you have recorded yourself saying "3:25 PM" and suchlike?
by steve
Wed Aug 01, 2012 3:54 pm
Forum: Windows
Topic: Envelope Tool vs. Hard Limiter
Replies: 16
Views: 5512

Re: Envelope Tool vs. Hard Limiter

The Audacity Compressor effect will probably work quite well with the right settings.

Use "Compress based on peaks".
Try settings similar to this:
compressor.png
compressor.png (39.59 KiB) Viewed 4395 times
by steve
Wed Aug 01, 2012 3:48 pm
Forum: New Plug-Ins
Topic: Audacity Fade effects
Replies: 39
Views: 18189

Re: Audacity Fade effects

if you'd applied the code to a music track, it would have played the music at half speed and one octave deeper That is not happening here. On my machine, when applied to an audio track your code is playing the audio at double speed and one octave higher. The problem with playback from Nyquist on my...
by steve
Wed Aug 01, 2012 11:55 am
Forum: New Plug-Ins
Topic: Audacity Fade effects
Replies: 39
Views: 18189

Re: Audacity Fade effects

I was not able to find any documentation on "snd-play-autonorm" but I checked using "snd-play" (prog1 (setf s (lp s 2000)) ; doing 'something' to check that it works (s-save (force-srate *sound-srate* s) ny:all "" :play t)) Again this works some of the time on this mach...
by steve
Wed Aug 01, 2012 11:24 am
Forum: New Plug-Ins
Topic: Audacity Fade effects
Replies: 39
Views: 18189

Re: Audacity Fade effects

How about as a first step writing a proposal in the Wiki with mockup GUI etc. (as this thread is getting harder to follow) ? A mock-up GUI is not very useful for blind and partially sighted users. There is a concurrent discussion about text envelope on Audacity4Blind. I'll merge the information int...
by steve
Wed Aug 01, 2012 2:30 am
Forum: General Audio Programming
Topic: programming question
Replies: 8
Views: 3003

Re: programming question

What do you mean by "decoded time"?