Search found 59476 matches

by steve
Fri Jul 12, 2013 2:26 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6260

Re: Reading Audacity Projects

hence why I was trying to find a way of easily opening an Audacity project and reading the data. There isn't really an easy way to do that. There are several approaches that you could take, but none of them (other than exporting via the GUI) is simple. There is some information about this in this t...
by steve
Fri Jul 12, 2013 2:23 pm
Forum: New Plug-Ins
Topic: Karaoke, Rotation, Panning & more
Replies: 109
Views: 45403

Re: Karaoke, Rotation, Panning & more

I know, you want if ever possible avoid words like "Threshold", "Bias" and so on to keep things grand- parents proof (although my grand pa would most likely not know what karaoke means - even if he would still be alive and could celebrate his 125th birthday). It's a matter of us...
by steve
Fri Jul 12, 2013 1:52 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6260

Re: Reading Audacity Projects

I just need easy and fairly "transparent" access to the data. Converting to wav files is alright, but they are such large files that it can be a little inconvenient. You could export manageable sized sections of the recording as raw PCM format. By default Audacity stores the data in 32 bi...
by steve
Fri Jul 12, 2013 1:36 pm
Forum: General Audio Programming
Topic: Reading Audacity Projects
Replies: 8
Views: 6260

Re: Reading Audacity Projects

Enedrox wrote:I would like to open and analyse in C++
What sort of analysis are you hoping to do?
by steve
Fri Jul 12, 2013 1:01 pm
Forum: macOS
Topic: bit depth/sample rate: Audacity vis-a-vis Audio Midi Setup
Replies: 4
Views: 4181

Re: bit depth/sample rate: Audacity vis-a-vis Audio Midi Set

Does this mean I'm not really recording at 192kHz even though Audacity shows "Actual Rate: 192000" on the bottom right of the application window? Let me give an analogy to shed some light on this question. Consider the value "5". "5" is an integer, so has a precision o...
by steve
Fri Jul 12, 2013 6:18 am
Forum: Nyquist
Topic: problem with SAL
Replies: 34
Views: 8283

Re: problem with SAL

I looked for a function in LISP who would look like in: two things are identical That's right. You have the wrong meaning of "=". In the SAL script it is "assigning", as in: Let a = x + y In your LISP code "eql" is testing equivalence, as in: If x = y ;; set modstep = ...
by steve
Fri Jul 12, 2013 1:05 am
Forum: Windows
Topic: new to audacity, cant find what im looking for
Replies: 3
Views: 613

Re: new to audacity, cant find what im looking for

"Hydrogen" is good.
"Hammerhead" is cool if you're looking for an old school software drum machine.
by steve
Thu Jul 11, 2013 3:39 pm
Forum: macOS
Topic: Cannot find AUP project file
Replies: 6
Views: 2216

Re: Cannot find AUP project file

Do you think I accidentally moved the project files to an incorrect location? The .AUP file and the associated _data folder must both reside in the same folder location as each other. To check if the files still have the correct original names, make a copy (for safety) of the .AUP file, and open it...
by steve
Thu Jul 11, 2013 3:33 pm
Forum: New Plug-Ins
Topic: Karaoke, Rotation, Panning & more
Replies: 109
Views: 45403

Re: Karaoke, Rotation, Panning & more

It would be nice if this could replace the current vocal removal effect, but sadly I think that it is too slow to be a viable replacement. It would be good though if we could point users that want vocal isolation toward a Nyquist plug-in rather than / as well as to third party applications like Knoc...
by steve
Thu Jul 11, 2013 2:37 pm
Forum: New Plug-Ins
Topic: Karaoke, Rotation, Panning & more
Replies: 109
Views: 45403

Re: Karaoke, Rotation, Panning & more

The mono/stereo entries simply represent the current and the more advanced technique for the Vocal Removal. In a more specialised version I think that you could miss out the mono option since we already have a tool for that. Doing so will help to differentiate it from the "standard" vocal...