Search found 59476 matches

by steve
Thu Jan 03, 2019 5:22 pm
Forum: Windows
Topic: "Instrumental "invert subtraction" fine-tuning"
Replies: 3
Views: 119

Re: "Instrumental "invert subtraction" fine-tuning"

and didn't realize that the invert method is affected that much by different re-encodes of the same song. That's the amazing thing about compressed audio formats - they throw away 80% of the data without it "sounding" any different. The downside is that it IS different - it is not possibl...
by steve
Thu Jan 03, 2019 4:41 pm
Forum: Windows
Topic: Problems in Directories setting
Replies: 21
Views: 659

Re: Problems in Directories setting

If you create or edit the Macro file directly (in a text editor), then you need to include the quotes yourself. Similarly if you access the command via a scripting language (such as Nyquist, or Python via Mod-script-pipe), then you need to include the quotes. If you are entering the path/file name v...
by steve
Thu Jan 03, 2019 4:17 pm
Forum: Windows
Topic: Problems in Directories setting
Replies: 21
Views: 659

Re: Problems in Directories setting

So do where should we document this - on the Macros page, on an appropriate Export page, both? Before we rush off to "fix" this, there are similar problems with many of the scripting commands. For example, have you tried changing Preferences via the scripting commands? (it works, once you...
by steve
Thu Jan 03, 2019 4:07 pm
Forum: Windows
Topic: "Instrumental "invert subtraction" fine-tuning"
Replies: 3
Views: 119

Re: "Instrumental "invert subtraction" fine-tuning"

Do you only have MP3 versions? I'm unable to reduce the drumming by much because the MP3 encoding shifts the phase of high frequencies, making it impossible to achieve cancellation. Here's a short sample of what I've got after invert and mix: invert.flac And a short sample after invert and mix and t...
by steve
Thu Jan 03, 2019 2:33 pm
Forum: Making Music with Audacity
Topic: Music for background videos on YouTube
Replies: 11
Views: 1374

Re: Music for background videos on YouTube

mattminaj wrote:
Thu Jan 03, 2019 2:17 pm
I also found that some people create the karaoke versions (instrumentals) using Audacity, etc. and use it videos. Does this also projects any copyright issue?
Making a karaoke version from a commercial recording does not avoid copyright issues.
by steve
Thu Jan 03, 2019 2:27 pm
Forum: Windows
Topic: Problems in Directories setting
Replies: 21
Views: 659

Re: Problems in Directories setting

When using Export2, you have to give the full file name (including path and filename extension). Example: "C:\Users\<username>\Desktop\my file.flac" (this works) Not: C:\Users\<username>\Desktop\my file.flac (the file name is not quoted) Not: "my file.flac" (no path given) Not: &...
by steve
Thu Jan 03, 2019 2:21 pm
Forum: Audiobook Production
Topic: ACX sample submission - passing on everything except noise floor
Replies: 8
Views: 992

Re: ACX sample submission - passing on everything except noise floor

Radio Shack used to sell those for a couple of bucks for making your own microphone. Though not all miniature electret capsules are equal. It is possible to get then with 20 - 20 kHz frequency response and 80 dB SNR, and they still only cost a few dollars, but for good performance you also need hig...
by steve
Thu Jan 03, 2019 1:11 pm
Forum: Windows
Topic: Problems in Directories setting
Replies: 21
Views: 659

Re: Problems in Directories setting

Steve: since Export2 is likely yo be a useful tool for Macro users - should we consider adding a bit about it in this page: I think we need a lot more documentation about Macros and Scripting. Currently we have bare bones reference material, and not much more, but it is still very early days for Sc...
by steve
Thu Jan 03, 2019 1:03 pm
Forum: GNU/Linux
Topic: System76 Galago Pro - display issues
Replies: 1
Views: 458

Re: System76 Galago Pro - display issues

I suspect this is a problem hard coded into Audacity. Sort of. The problem is that Audacity does not yet fully support high dpi. Audacity uses WxWidgets to provide cross-platform compatibility. Currently it is using Wx 3.1. The developers of WxWidgets are working to improve high dpi support in Wx 3...
by steve
Thu Jan 03, 2019 12:48 pm
Forum: New Plug-Ins
Topic: Additive Tone
Replies: 13
Views: 1220

Re: Additive Tone

If a user enters something cheeky like ' or ))<>((, nothing happens, but maybe they had that coming. If the user enters something like this, the plug-in silently fails (error in debug only): (2.25 3 2.0 5 3) (3.3 2.7) (5.4 2 7.5 (3.2 5) (4 2)) 4 (7.8 9.2) (13.3) and I think that kind of user error ...