Search found 1730 matches
- Sat Nov 30, 2013 4:12 am
- Forum: Feature Request Archive
- Topic: Individual Storage of Host Settings
- Replies: 5
- Views: 4337
Individual Storage of Host Settings
Hello all, Audacity is currently introducing new hosts for the Windows system. There will be available: - MME - Windows Direct Sound - Wasapi - WDM kernel streaming The feature request does nevertheless also apply to other operating systems. One can set different options in Preferences --> Recording...
- Sat Nov 30, 2013 3:30 am
- Forum: macOS
- Topic: analyzing stereo and mono tracks
- Replies: 56
- Views: 13107
Re: analyzing stereo and mono tracks
The said plug-in does of course a lot more than just analysing a stereo track. It is in fact the most versatile of its kind--which easily overwhelms some users. Its main purpose is to regard a simple stereo track as made up of 3 channels, namely Left, Center and Right. Let's say you have a stereo tr...
- Fri Nov 22, 2013 10:08 pm
- Forum: New Plug-Ins
- Topic: Peak Amplitude (Analyze plug-in)
- Replies: 11
- Views: 9956
Re: Peak Amplitude (Analyze plug-in)
That's better.
- Thu Nov 21, 2013 7:47 pm
- Forum: Recording Equipment
- Topic: Headphones (1Hz)?
- Replies: 5
- Views: 2487
Re: Headphones (1Hz)?
The deepest pitch on an Hammond organ is nominal ~8 Hz. In contrast to church organs, those deep basses are actually square waves in order to be audible, i.e. they include some upper partials. In any case, the deeper the frequency is, the greater the needed resonator body must be--exponentially--up ...
- Thu Nov 21, 2013 2:45 pm
- Forum: Recording Equipment
- Topic: Headphones (1Hz)?
- Replies: 5
- Views: 2487
Re: Headphones (1Hz)?
A beautiful analogy, Koz.kozikowski wrote:No and not likely to be, either. Human hearing stops around 20Hz.
If somebody asks you a question and you shake your head no, that's what it would sound like.
Koz
It is one of the frequencies you have to feel in your belly, rather than to hear it (Bellyphones?
- Thu Nov 21, 2013 2:13 pm
- Forum: New Plug-Ins
- Topic: Convert frequency of sine tone to vibration (tremolo)
- Replies: 23
- Views: 10242
Re: Convert frequency of sine tone to vibration (tremolo)
(referring to the C code example) The pitch detection is the difficult part within this scheme. We have very low frequencies and therefore a high integration time. This means that a tracking algorithm needs 882 samples to detect a 50 Hz cycle. Nyquist has a built-in function to find a fundamental fr...
- Wed Nov 20, 2013 9:01 am
- Forum: Feature Request Archive
- Topic: A more accessible way to set up latency correction
- Replies: 36
- Views: 13193
Re: A more accessible way to set up latency correction
What do you mean by launched? As an example, if you open the Windows Command Prompt, the prompt will indicate the current directory. If you then launch Audacity from the Command Prompt, *default-sf-dir* will indicate the same directory as was shown in the Command Prompt. If you then close Audacity,...
- Wed Nov 20, 2013 5:52 am
- Forum: Feature Request Archive
- Topic: A more accessible way to set up latency correction
- Replies: 36
- Views: 13193
Re: A more accessible way to set up latency correction
How about (print *default-sf-dir*) No that's not reliable. It seems to show the location from which it was launched rather than where the executable is. What do you mean by launched? I launch it via link on the desktop, but it returns the right directory. Another way but probably giving the same re...
- Wed Nov 20, 2013 5:36 am
- Forum: New Plug-Ins
- Topic: Convert frequency of sine tone to vibration (tremolo)
- Replies: 23
- Views: 10242
Re: Convert frequency of sine tone to vibration (tremolo)
Thanks folks, I've accidently confused the function order. For FM it wouldn't even be audible--just half a Hertz off...
- Tue Nov 19, 2013 11:52 pm
- Forum: Feature Request Archive
- Topic: A more accessible way to set up latency correction
- Replies: 36
- Views: 13193
Re: A more accessible way to set up latency correction
How aboutsteve wrote:I don't know of any reliable way to find the directory from which Audacity is running (which I think would be required to find a Portable Settings folder). Let me know if you find one
Code: Select all
(print *default-sf-dir*)