Search found 59476 matches

by steve
Wed May 27, 2015 2:08 pm
Forum: Windows
Topic: Sample rate : changing 44.1 to 48000
Replies: 9
Views: 2273

Re: Sample rate : changing 44.1 to 48000

bomber1978 wrote:I think that was 2.0.3 from memory, but can't remember off the top of my head!
I thought it was longer ago than that. Anyway it's been fixed for a good while now.
by steve
Wed May 27, 2015 10:09 am
Forum: macOS
Topic: Apply Chain used to run but not now
Replies: 8
Views: 1477

Re: Apply Chain used to run but not now

I eventually figured out I should -not- load the files into Audacity, but rather just access the "apply chain" from an empty Audacity window. This is not very intuitve, and the error message doesn't explain how things work clearly enough. Chains may be used for processing external files o...
by steve
Wed May 27, 2015 10:06 am
Forum: GNU/Linux
Topic: How can I have 0 latency self monitoring on my AT2020
Replies: 6
Views: 3038

Re: How can I have 0 latency self monitoring on my AT2020

ASIO is a sound system created by Steinberg. It stands for "Advanced Sound In Out". It is primarily for Windows, though I think there is also a Mac version. It provides much lower latency than the standard Windows sound system and more signal routing possibilities. It is not available for ...
by steve
Wed May 27, 2015 9:45 am
Forum: Audacity 2.x Feedback and Reviews
Topic: language
Replies: 1
Views: 542

Re: language

by steve
Tue May 26, 2015 11:14 pm
Forum: Windows
Topic: Can't record mono (Windows 7, Steinberg UR 22) [SOLVED]
Replies: 2
Views: 348

Re: Can't record mono track (Windows 7, Steinberg UR 22)

My ability to record mono tracks ceased a good while back. Why is that? What happens if you record with the number of recording channels set to "1 (mono)" in the device toolbar ? Note that the default mono recording input on the UR22 will be the first channel (the channel on the left as y...
by steve
Tue May 26, 2015 8:47 pm
Forum: Nyquist
Topic: (let*
Replies: 7
Views: 1290

Re: (let*

As I mentioned previously, LET* sets each of the binding in sequential order. "vol" is the same symbol in each line. The first binding sets "vol" to (* 8 (nth (+ 1 (* i 5)) data1)) the next line adds (* 4 (nth (+ 2 (* i 5)) data1)) the next line adds (* 2 (nth (+ 3 (* i 5)) data1...
by steve
Tue May 26, 2015 4:53 pm
Forum: Windows
Topic: Eliminating loud sound of a recording
Replies: 15
Views: 1663

Re: Eliminating loud sound of a recording

There are many techniques used for embedding subliminal messages in audio files. In order to "decode" the message you need to know what method has been used to encode it. "Amplitude modulation" is one such technique and there is information about decoding that type of "silen...
by steve
Tue May 26, 2015 4:43 pm
Forum: GNU/Linux
Topic: [shell] Open file when Audacity is already running
Replies: 5
Views: 734

Re: [shell] Open file when Audacity is already running

Is opening a second file from the command line in the same session impossible? The only built in way to open multiple projects from the command line is to specify a number of files: audacity <path to first file> <path to second file> ... <path to nth file> It may be possible to do what you want usi...
by steve
Tue May 26, 2015 4:24 pm
Forum: GNU/Linux
Topic: How can I have 0 latency self monitoring on my AT2020
Replies: 6
Views: 3038

Re: How can I have 0 latency self monitoring on my AT2020

In most cases, if the mic has a headphone socket built into it, then it can do "zero latency monitoring". Mics that have this ability usually say so clearly in their advertising. Note that if they just say "low latency monitoring" then they probably use ASIO to achieve the low la...