Search found 59476 matches
- Mon Nov 14, 2011 1:30 am
- Forum: Audio Processing
- Topic: Compressor: shorter attack/release times?
- Replies: 59
- Views: 16702
Re: Compressor: shorter attack/release times?
I think just changing these two lines might work but it might not: Code: Select all mDecaySlider->SetValue((int)rint(decay*100)); decay = (double)(mDecaySlider->GetValue() / 100.0); That changes the slider range to 0.1 t 3.00 seconds, but I want it to be 0.1 to 30.0 seconds. Here's a revised patch ...
- Mon Nov 14, 2011 12:56 am
- Forum: Windows
- Topic: Recording in Stereo?
- Replies: 3
- Views: 631
Re: Recording in Stereo?
I'm coming out of a stereo mini port on the cassette deck, into the mic jack on my laptop. Many laptops have mono microphone sockets and are incapable of recording stereo. How do you know that the microphone input on your laptop is a stereo input? Windows 7 has its own recording settings in the Win...
- Mon Nov 14, 2011 12:19 am
- Forum: Windows
- Topic: Special kind of frequency sweep (chirp)?
- Replies: 23
- Views: 6112
Re: Special kind of frequency sweep (chirp)?
I'm no expert on sirens, but that sounds really impressive to me 
Good luck with the ACA Hurricane.
Good luck with the ACA Hurricane.
- Sun Nov 13, 2011 11:39 pm
- Forum: Audio Processing
- Topic: Compressor: shorter attack/release times?
- Replies: 59
- Views: 16702
Re: Compressor: shorter attack/release times?
I'm not a programmer, but I've had a go at making a patch to allow shorter Attack/Release times in the built-in compressor.
The patch needs to be applied to the source code prior to building Audacity.
The patch needs to be applied to the source code prior to building Audacity.
- Sun Nov 13, 2011 11:34 pm
- Forum: Windows
- Topic: Bit 'o' help w/recording & playback levels?
- Replies: 3
- Views: 672
Re: Bit 'o' help w/recording & playback levels?
You're welcome. There's a lot of documentation so it's not always easy to find what you're looking for. That tutorial is part of a series of "getting started" tutorials and I think worth having a browse through. It starts here: http://manual.audacityteam.org/man/Tutorial_-_Your_First_Recor...
- Sun Nov 13, 2011 9:52 pm
- Forum: Recording Techniques
- Topic: Sound quality deteriorates halfway through recording
- Replies: 9
- Views: 3132
Re: Sound quality deteriorates halfway through recording
As Koz wrote: http://manual.audacityteam.org/man/FAQ: ... hancementspitah wrote:I have a verry similar problem, it starts recording well for three minutes and then it gets lower and with some distortion, what shoul that be?
- Sun Nov 13, 2011 9:50 pm
- Forum: Windows
- Topic: No Audio on Exported Files
- Replies: 13
- Views: 1590
Re: No Audio on Exported Files
Looks like we may have an oddball problem. or missing information that makes the issue appear to be oddball, so as you say Koz we need to gather information. (As you're aware,) many "oddball" problems become straightforward when all the facts are known. Often the difficult part is knowing...
- Sun Nov 13, 2011 8:42 pm
- Forum: Windows
- Topic: No Audio on Exported Files
- Replies: 13
- Views: 1590
Re: No Audio on Exported Files
OK, did the experiment as you told. The tone plays perfectly for the whole of 5 minutes in Audacity. However the exported WAV file is silent from the start. The project rate is 44100 Hz. When Audacity is restarted, the project still plays well in Audacity. Looks like we may have an oddball problem....
- Sun Nov 13, 2011 8:36 pm
- Forum: Windows
- Topic: connecting to mixer
- Replies: 1
- Views: 397
Re: connecting to mixer
If your laptop has a stereo line-in connection then yes you can (suitable lead required) though on some mixers the main output level will need to be substantially less than 0 dB to avoid over-driving the line input. Some mixing desks have a dedicated "tape out" connection which is suitable...
- Sun Nov 13, 2011 8:28 pm
- Forum: New Plug-Ins
- Topic: Cross-Fade (revisited)
- Replies: 106
- Views: 30079
Re: Cross-Fade (revisited)
Version H
Now includes help screens.
Unless there are corrections / suggestions for improvements, this is the final version (Nyquist "Fade" effect to follow).
Now includes help screens.
Unless there are corrections / suggestions for improvements, this is the final version (Nyquist "Fade" effect to follow).