Search found 59476 matches
- Fri Jun 14, 2013 3:10 pm
- Forum: Français
- Topic: Enregistrement final d'un morceau
- Replies: 2
- Views: 1766
Re: Enregistrement final d'un morceau
Désolé, je ne parle pas français. Les pistes sont coupées ne seront pas exportées. ONU-muet pour toutes les pistes avant de vous exporter. Aussi, il semble être un problème avec votre carte son. Le signal doit être centrée sur la ligne 0,0 sur la piste mais dans votre écran les courbes sont en desso...
- Fri Jun 14, 2013 2:49 pm
- Forum: GNU/Linux
- Topic: Resample flac bash script, need help?
- Replies: 20
- Views: 19072
Re: Resample flac bash script, need help?
Great - thanks for the feedback - it's good to hear a success story 
- Fri Jun 14, 2013 2:09 pm
- Forum: Windows
- Topic: Selecting section of mp3 and drag and drop
- Replies: 3
- Views: 577
Re: Selecting section of mp3 and drag and drop
Mark each region that you want to export with a label. Optionally you can enter text into the label which you can then use as the file name - avoid using punctuation symbols or other weird characters as they may not be valid in file names. Then use Export Multiple to export the labelled regions. See...
- Fri Jun 14, 2013 12:44 pm
- Forum: Windows
- Topic: How to move/land a track along the time line very precisely
- Replies: 3
- Views: 504
Re: How to move/land a track along the time line very precis
The easy but long winded way is to drag it so that it is "about right", then zoom in closer and drag it a bit more precisely, and if necessary, zoom in even closer and drag it even more precisely. An alternative way: Select the track that you want to move. In the Selection Toolbar type the...
- Fri Jun 14, 2013 12:16 pm
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
I'm impressedRobert J. H. wrote:Pretty complicated the whole Fourier stuff.
I was wondering why we had not heard much from you for a while. I'm looking forward to seeing your code.
- Fri Jun 14, 2013 11:42 am
- Forum: Nyquist
- Topic: problem with SAL
- Replies: 34
- Views: 8283
Re: problem with SAL
Hello. I thank Steve for its help. I try to use in the console Nyquist of Audacity 2.03 the code following SAL: define function fm-lfo(amp, freq) return sound-srate-abs(*default-control-srate*, amp * hzosc(freq)) play fmosc(g5, fm-lfo(pwl(1, 500), 6)) ~ 2 When posting code to the forum, please use ...
- Fri Jun 14, 2013 11:06 am
- Forum: Windows
- Topic: Isolating speech from movie
- Replies: 5
- Views: 754
Re: Isolating speech from movie
To make the track mono, select "Tracks menu > Stereo Track to Mono". The "central isolation tool" that Robert is referring to is an experimental plug-in that he is currently working on. There is a similar plug-in called kn0ck0ut that is available here: http://www.freewebs.com/st3...
- Fri Jun 14, 2013 11:00 am
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
Fantastic Robert. As you say, the results for centre removal don't sound much different to the simple invert and add method, but it's terrific that you got this working. There may be a slight problem with your windowing function - I can hear a slight clicking, which on close inspection is every 4096...
- Fri Jun 14, 2013 1:46 am
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
That should be doable as a Nyquist plugin. It probably is possible, but FFT is not friendly to work with in Nyquist, is poorly documented, and is quite slow. If you want to try and develop a centre panned vocal isolation effect in Nyquist, please start a new topic in the Nyquist part of the forum (...
- Fri Jun 14, 2013 1:34 am
- Forum: GNU/Linux
- Topic: Clipping without maximum audio level?
- Replies: 16
- Views: 15206
Re: Clipping without maximum audio level?
And that's why. You don't get clipping in the intermediate stages of audio processing within Audacity. Yes, though there are a couple of effects that don't take advantage of this. The Wha-wha effect and the Phaser effect both clip at 0 dB, but hopefully this will be fixed before the next Audacity r...