New Version: 1.2
(see first post for download)
No message box appears after finished or stopped preview ("Play only" option).
Search found 1730 matches
- Thu Jul 04, 2013 7:45 am
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
- Wed Jul 03, 2013 11:43 pm
- Forum: Windows
- Topic: method of extracting TV show music
- Replies: 2
- Views: 519
Re: method of extracting TV show music
My newest voice removal uses STFT (or FFT) to preserve the stereo character of the Audio. http://forum.audacityteam.org/viewtopic.php?f=42&t=73313#p216689 You could - in principle - apply the effect on different versions of the song and then mix and render them (with proper set gain of course). ...
- Wed Jul 03, 2013 12:58 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
Hi Gayle Normally, I would return the input sound. Unfortunately, that one is "killed" to free some memory. I only thought that something more constructive could be returned, like the elapsed playtime. Could be useful if you've heard something that needs special attention. Clipping is for ...
- Tue Jul 02, 2013 12:57 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
It may be better to test the play function with the following: (s-save s ny:all "" :play t) The 'play' function saves always a temporary *.wav file somewhere in the Audacity folder. If you have no writing access for any reason, the attempt will fail in the first place. Whereas 's-save' pla...
- Tue Jul 02, 2013 12:21 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
Hi Gayle, don't try too much, I'll post a new version presently. The 3 minute Audio (44100 Hz, on Windows 7/64, 8 GB, medium fast 2 TB HD) processes now in 53 s instead of 1:15 min - i.e in about 2/3 of the previous time. The value varies with the setting for high-cut. I've taken all measurements wi...
- Tue Jul 02, 2013 3:58 am
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
I think that he meant LISP implementations in general - or any higher language for this matter. The same danger arises with s-log and so on. The simplist way for positive cases (like the tangent law panning in the transform procedure) is to set a little min higher than zero before taking 1/x value. ...
- Mon Jul 01, 2013 8:38 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
I'd rather prefer two versions or a control via the *separator* variable. That seems reasonable, but I'd rather not give the developers the impression that fixing the bug is unimportant ;) It would need to be tested on Mac to see if Play works there. I've been asking for about a year if the play fu...
- Mon Jul 01, 2013 6:43 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
I've definetly seen your bug report somewhere - maybe on the mailing list. But it is certainly years ago. I'd rather prefer two versions or a control via the *separator* variable. Some Windows users may not be able to remove the ';;;' themselves... ;) It is a pity to castrate the ram because some ew...
- Mon Jul 01, 2013 3:59 pm
- Forum: New Plug-Ins
- Topic: Karaoke, Rotation, Panning & more
- Replies: 109
- Views: 45402
Re: Karaoke, Rotation, Panning & more
Thank you Steve for the feed back. As I've said, the additional controls are made for worst case scenarios. Average users will most likely just start the plug-in and press OK - all what is needed for simple removal. I have the preview option as default - in this manner I am able to play existing tra...
- Mon Jul 01, 2013 3:37 pm
- Forum: Audio Processing
- Topic: Center-panned vocal isolation
- Replies: 16
- Views: 11826
Re: Center-panned vocal isolation
Ok, that's the first attempt: Center Removal, Isolation and more The tool is - as it is - not specialized for center isolation (including echo cancelling and such stuff), but it attenuates at least by 3 dB (near the center). This value increases rapidly towards the sides. You can control which porti...