Hi Phil,

Instead of closing your process,
try to send a SIGINT or SIGQUIT signal to the child process, eg:

kill <process_id>
kill -9 <process_id>

This is just out of my head... HTH

Disclaimer: I know nothing about Sox.

and happy holidays too,

Thierry


2016-12-27 7:50 GMT+01:00 Phil Davis <rev...@pdslabs.net>:

> On a Mac I want to 'type' control-C to a process I opened for update. (I'm
> using SoX to record some spoken audio, and I want to tell it to end.) How
> do I do it?
>
> I found I can just close the process and the audio is preserved in the
> output file, but then Finder seems to have no idea what the audio duration
> is.
>
> Thanks and happy holidays to all -
>
> --
> Phil Davis
>
>


-- 
------------------------------------------------
Thierry Douez - http
​s​
://sunny-tdz.com <http://sunny-tdz.com>
sunnYrex - sunnYtext2speech - sunnYperl - sunnYmidi - sunnYmage
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to