Search found 59476 matches
- Fri Aug 09, 2019 8:59 am
- Forum: Audiobook Production
- Topic: Split Stereo Dialogue
- Replies: 6
- Views: 667
Re: Split Stereo Dialogue
Some audiobook publishers require the audiobooks to be mono. This is to ensure that they can be heard correctly on mono or stereo equipment by anyone. Some listeners of your audio book may be listening on headphones, and deaf in one ear, in which case they would only hear half of the dialog if it is...
- Fri Aug 09, 2019 8:55 am
- Forum: Audio Processing
- Topic: MS RAW Decoder
- Replies: 6
- Views: 1817
- Fri Aug 09, 2019 8:50 am
- Forum: Windows
- Topic: Audacity is "stuck" at zero and won't record
- Replies: 26
- Views: 3458
Re: Audacity is "stuck" at zero and won't record
Is there a way to stop ASIO from running? So long as no audio applications start up on boot, you can just reboot. In addition to ASIO and Skype, another possible interfering app is Shockwave / Flash. If you have any tabs open in your web browser, they could be loading Shockwave / Flash, which could...
- Fri Aug 09, 2019 8:20 am
- Forum: Windows
- Topic: Audacity files read as wav clip / bug?
- Replies: 8
- Views: 303
Re: Audacity files read as wav clip / bug?
Something you could try, is resetting the Audacity Preferences. The easiest way to do that is to reinstall Audacity from the .EXE installer (https://www.audacityteam.org/download/windows/) and watch out for the option to "Reset Preferences". Select that option when it appears, and on first...
- Fri Aug 09, 2019 8:17 am
- Forum: Windows
- Topic: Audacity files read as wav clip / bug?
- Replies: 8
- Views: 303
Re: Audacity files read as wav clip / bug?
I see ";" in the file path name and I don't think that's supposed to be there If you're referring to: PATH = 'C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Jim Gourd\AppData\Local\Microsoft\Windows...
- Fri Aug 09, 2019 12:42 am
- Forum: Adding Features to Audacity
- Topic: Please Add Vote to Changing "Repair Selection is Too Big" UI
- Replies: 11
- Views: 566
Re: Please Add Vote to Changing "Repair Selection is Too Big" UI
The "Repair" effect has been part of Audacity for a very long time.machineghost wrote: ↑Fri Aug 09, 2019 12:37 amThat "Select and Repair Area" should be a default macro
The ability to use the Repair effect in a Macro is new.
- Fri Aug 09, 2019 12:40 am
- Forum: Adding Features to Audacity
- Topic: Please Add Vote to Changing "Repair Selection is Too Big" UI
- Replies: 11
- Views: 566
Re: Please Add Vote to Changing "Repair Selection is Too Big" UI
Sure it is: https://manual.audacityteam.org/man/key ... ences.htmlmachineghost wrote: ↑Fri Aug 09, 2019 12:37 amIf only I could have bound a keyboard key to the macro it could have literally been two steps ... but that doesn't seem possible
- Thu Aug 08, 2019 10:23 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2 plugin
- Replies: 15
- Views: 1180
Re: Binson Echorec 2 plugin
Good question. It will probably be more efficient. Try it and see.hakan.walterson wrote: ↑Thu Aug 08, 2019 8:35 pmWill the result be the same if I apply high shelf on the sum of all delays instead of applying it on each delay separately?
- Thu Aug 08, 2019 10:17 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2 plugin
- Replies: 15
- Views: 1180
Re: Binson Echorec 2 plugin
I'll give an example of how some of your code lines may be reduced in length, with less repetition, in a follow-on post. The last part of your code: ;; The ECHO (scale mv (sim s (if (and (> delay1 0)(> gain1 0)(= delay-on 1)) (eq-lowshelf (eq-highshelf (scale gain1 (feedback-delay s delay1 fback)) ...
- Thu Aug 08, 2019 9:13 pm
- Forum: New Plug-Ins
- Topic: Binson Echorec 2 plugin
- Replies: 15
- Views: 1180
Re: Binson Echorec 2 plugin
I have found your desk EQ , is it ok to use your code in my echo to get a much better tone control? All of my code on this forum, and all of my published plug-ins are licensed under GPL v2, which means that you can use them pretty much any way you like provided that you retain the GPL license. (Ful...