Are you working in 32-bit float format?
If not, could you?
Search found 59476 matches
- Wed Jul 04, 2012 8:46 pm
- Forum: Nyquist
- Topic: Modifying Sound Finder to find high frequencies?
- Replies: 31
- Views: 10603
- Wed Jul 04, 2012 8:44 pm
- Forum: Nyquist
- Topic: Modifying Sound Finder to find high frequencies?
- Replies: 31
- Views: 10603
Re: Modifying Sound Finder to find high frequencies?
Notch (50,0.7) -> Notch (100,0.7) -> Notch (150,1.4) If you're in the UK, you can probably go narrower on the notch filter because the UK mains frequency is very stable. For a notch Q of (say) 2.0 you can combine those easily: (notch2 (notch2 (notch2 s 50 2) 100 2) 150 2) or for a few more notches ...
- Wed Jul 04, 2012 6:37 pm
- Forum: macOS
- Topic: Amplification
- Replies: 13
- Views: 5970
Re: Amplification
Please note that the plug-in in the "ReplayGain" topic here: http://forum.audacityteam.org/viewtopic.php?f=42&t=63067 is not "ReplayGain". As it says in the first post of that topic: "This plug-in is an implementation of ReplayGain that calculates the Track Gain of the s...
- Wed Jul 04, 2012 6:27 pm
- Forum: Windows
- Topic: Quality Settings for CD
- Replies: 19
- Views: 7911
Re: Quality Settings for CD
I agree that this issue is surprisingly complex, but it's only when we get really picky about the ultra low level performance that it really matters. For 99.9% of users, leaving Audacity Quality settings at their default settings is more than adequate. If we come out of these with an easy way to exp...
- Wed Jul 04, 2012 6:23 pm
- Forum: Windows
- Topic: Quality Settings for CD
- Replies: 19
- Views: 7911
Re: Quality Settings for CD
I thought from an earlier post that when the only editing being done is cutting and/or pasting, that 16 bit was acceptable as a quality setting because no processing was being done and that the result would be lossless. That is strictly correct. There will be no loss in quality whatsoever up to the...
- Wed Jul 04, 2012 6:16 pm
- Forum: Nyquist
- Topic: Modifying Sound Finder to find high frequencies?
- Replies: 31
- Views: 10603
Re: Modifying Sound Finder to find high frequencies?
sounds like the next step is to design the right filter stack Just what I had in mind. Because there's a low-frequency component too. It's just that the high frequency component is what distinguishes them. Oh, I see. Using Audacity's multi-track abilities may come in useful here - possibly filterin...
- Wed Jul 04, 2012 6:12 pm
- Forum: macOS
- Topic: "Making Sound Come from Afar"
- Replies: 6
- Views: 15245
Re: "Making Sound Come from Afar"
Really?kozikowski wrote:Outside doesn't have echo.

- Wed Jul 04, 2012 6:08 pm
- Forum: Windows
- Topic: Error on sliding time scale/pitch shift - SOLVED
- Replies: 100
- Views: 25140
Re: Error on sliding time scale/pitch shift
At least we know that the 16-bit aspect is probably irrelevant. It's a shame because the newer version gives definitely better quality. If you find any more information that you think may be relevant, please let us know, but as the only way that I've been able to reproduce a crash is by flogging my ...
- Wed Jul 04, 2012 5:53 pm
- Forum: macOS
- Topic: "Making Sound Come from Afar"
- Replies: 6
- Views: 15245
Re: "Making Sound Come from Afar"
The effects that you need are: Equalization - reduce some of the higher frequencies (treble) - sounds tend to become more dull with distance. Stereo Delay/Echo/Reverb type effects to simulate the sound bouncing around off other objects and to "diffuse" the sound. I'm not sure what good ste...
- Wed Jul 04, 2012 5:49 pm
- Forum: Nyquist
- Topic: Modifying Sound Finder to find high frequencies?
- Replies: 31
- Views: 10603
Re: Modifying Sound Finder to find high frequencies?
I was rather hoping to do the filtering/processing in the plugin: the filtering to extract the signal in a way that's useful to the plugin makes it nearly impossible to analyze by eye later. We can possibly do that, but it it would help a lot if we know exactly what sort of filtering we need before...