-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple of fixes for MP3 quark subprocesses #3
base: master
Are you sure you want to change the base?
Couple of fixes for MP3 quark subprocesses #3
Conversation
Added another commit to post a warning if the subprocess crashes. In the current development branch, SC does not post I know it's not directly related to the first commit, but I'm busy, and it's really complicated to separate these. I don't have time to do anything more than this. |
m = MP3(...); m.start; m.stop; m.stop; Second stop posts "MP3.stop - unable to stop automatically, PID not known" -- but it was already stopped! Should check playing status before this.
please commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this was never attended to.
@jamshark70 if this is still valid, feel free to merge.
Also note, SC 3.13 includes native support for mp3. This works out of the box on macOS and Windows, but on Linux SC needs to be compiled against libsndfile >= 1.1.0 which itself was compiled with mpeg support. |
pidRunning
has existed for 10 years.isPIDRunning
is gone -- "not understood."Tested, works.