Skip to content
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

Add stop() #10

Closed
wants to merge 1 commit into from
Closed

Add stop() #10

wants to merge 1 commit into from

Conversation

lakenen
Copy link

@lakenen lakenen commented Jan 11, 2014

I had the need to stop say commands while they are playing, so I added stop().

@pietrop
Copy link

pietrop commented Dec 26, 2015

Any ideas on when this is going to be merged?
Thanks!

Best

Pietro




child = spawn(say.speaker, commands);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assigning value to an undeclared variable is an error

@tlhunter
Copy link
Collaborator

Unfortunately this cannot be simply merged as the files are completely different.

Also the approach of simply killing the child process doesn't work on Linux with Festival (though OS X with say might work). I'm trying to find a fix for this.

@tlhunter tlhunter closed this in 8b2f87d Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants