Search found 59476 matches

by steve
Wed Apr 26, 2017 10:19 am
Forum: Windows
Topic: Error: Not Well Formed (invalid token) [SOLVED]
Replies: 3
Views: 659

Re: Please Help Error: Not Well Formed (invalid token)

Not sure if this will work, so ensure that everything is backed up before trying it.
I've removed the corruption from line 4003 and this is what is left:
New Project - 2017-04-25 21-14-19 N-39.autosave
(225.01 KiB) Downloaded 96 times
by steve
Wed Apr 26, 2017 10:13 am
Forum: Windows
Topic: Reduce voice not eliminate
Replies: 20
Views: 4373

Re: Reduce voice not eliminate

I didn't attempt to time it, (just left it running while I did something else), but yes it is extremely slow. Python is not generally recommended for heavy number crunching, but Scipy and Numpy do help a lot. I presume that the Windows version makes use of some optimisation(s) that are not available...
by steve
Wed Apr 26, 2017 1:02 am
Forum: Windows
Topic: Reduce voice not eliminate
Replies: 20
Views: 4373

Re: Reduce voice not eliminate

jh90s wrote:What did you do to get it working on xubuntu?
pyton-matplotlib 1.5.1-1
python-scipy 0.17.0-1
python-numpy 1:1.11.0-1
(plus dependencies pulled in by the above)
separateLeadStereo-master from the zip file https://github.com/wslihgt/separateLead ... master.zip
by steve
Tue Apr 25, 2017 11:44 pm
Forum: Windows
Topic: Reduce voice not eliminate
Replies: 20
Views: 4373

Re: Reduce voice not eliminate

What distribution did you use? Xubuntu 16.04.1 64-bit There are a few parameters in the main script Yes thanks, I got the list by reading the instructions :D -h, --help show this help message and exit -v VOC_OUTPUT_FILE, --vocal-output-file=VOC_OUTPUT_FILE name of the audio output file for the esti...
by steve
Tue Apr 25, 2017 11:31 pm
Forum: Nyquist
Topic: Code for a Bell Tone
Replies: 16
Views: 5363

Re: Code for a Bell Tone

Illegal characters galore after pasting into the Nyquist prompt. Tried with the latest Chrome, Vivaldi 1.8.770.56 and the most recent Safari for Mavericks. All the same. On Mac? I've also noticed multiple problems with copy and paste on Windows and Linux: http://forum.audacityteam.org/viewtopic.php...
by steve
Tue Apr 25, 2017 9:02 pm
Forum: Windows
Topic: Reduce voice not eliminate
Replies: 20
Views: 4373

Re: Reduce voice not eliminate

Thanks jh90s, very interesting. It's quite easy to get it running on Linux, but you're right that it is extremely slow. From my short test, I'd not say that the sound quality was 'good', there are some very weird sounding noises coming through on the vocal isolated track, but considering how technic...
by steve
Tue Apr 25, 2017 8:10 pm
Forum: Windows
Topic: How to apply a large number of equalization curves
Replies: 10
Views: 994

Re: How to apply a large number of equalization curves

Rather than having a single cutoff value for each step of the control signal, would it be possible to substitute in more complex functions (i.e. my equalization curves)? Yes of course. As indicated in the example code, the function "filter" could be any filter code. would eq-band be my be...
by steve
Tue Apr 25, 2017 5:48 pm
Forum: Windows
Topic: Music Files - Names - Print List
Replies: 13
Views: 2260

Re: Music Files - Names - Print List

I'd guess it will be a few years before 2TB thumb drives become affordable.
by steve
Tue Apr 25, 2017 5:25 pm
Forum: Windows
Topic: creating trigger from bad sound acoustic bass drum (tricky)
Replies: 13
Views: 1682

Re: creating trigger from bad sound acoustic bass drum (tric

Those 'double hits' where the second hit is louder than the initial hit are likely to be a problem whatever we do. Even with a 'sample and hold', the initial hit will be sampled (and held), then the signal will step up to the level of the second hit. Here's some code for you to experiment with: (set...
by steve
Tue Apr 25, 2017 12:54 pm
Forum: Maintaining / Improving this Forum
Topic: Copy from 'code' text
Replies: 4
Views: 2705

Re: Copy from 'code' text

steve wrote:Firefox and Chrome:
Clicking the "Select All" link does not select all, it just scrolls to the top of the page.
This appears to be a bug in phpBB that has emerged due to recent browser updates breaking a workaround for a different bug. I'm discussing a possible fix with our SysAdmin.