Search found 6 matches

by Cerbrus
Mon Apr 09, 2012 6:15 pm
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Re: Yet another command line request --> Sound finder.

steve wrote:
Cerbrus wrote:Whit I have:
I presume that's a typo ;)
Whoops! Fix'd.

Thanks a lot for your explanations! It was fun getting to know this language a little, especially now that I've got results rolling out of it :D
by Cerbrus
Mon Apr 09, 2012 4:42 pm
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Re: Yet another command line request --> Sound finder.

At the moment, the plugin's working, standalone, but there's a small difference with how you suggested setting the "s" variable. What I have: (setq s (s-read (strcat "C:/TextEncoder/a/generated/" folder "/wav.wav"))) (folder is a variable 32 character hash string) Is th...
by Cerbrus
Mon Apr 09, 2012 1:00 pm
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Re: Yet another command line request --> Sound finder.

Looks like I've got it :D Once I had the Soundfinder.ny running through windows' CMD, all I had to do was make the plugin write the "l" (labels) list to a file, instead of returning it. (setq l (reverse l)) //For some reason, I have to reverse it. It seems labels are prepended to the list,...
by Cerbrus
Mon Apr 09, 2012 10:22 am
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Re: Yet another command line request --> Sound finder.

See the README.txt files in the Nyquist source. With console I mean windows' cmd console. Figured out how to run it from there, though, so that's no longer a problem. Now, since Nyquist seems to refuse to load the /runtime/ files, I looked up the functions it used from there, and copied them over t...
by Cerbrus
Sun Apr 08, 2012 8:30 pm
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Re: Yet another command line request --> Sound finder.

Cross platform programming shouldn't be a problem, here, since the tool's only going to be running on a windows machine (I'm accessing the tool through php, for a web app, hence the need for command line support) Now, I found the Nyquist plugin, installed nyquist, but to be honest, I have no idea ho...
by Cerbrus
Sun Apr 08, 2012 2:04 pm
Forum: Audio Processing
Topic: Yet another command line request --> Sound finder.
Replies: 9
Views: 3261

Yet another command line request --> Sound finder.

I couldn't find a thread about command line support for exporting labels (Specifically, those generated by "analyse" tools), so I thought I'd post this request: I'm trying to to encode and decode text into Morse (-code & audio). So far, the text conversion and code -> audio conversions...