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

Linux: Audio file export #20

Open
tlhunter opened this issue Sep 25, 2014 · 10 comments
Open

Linux: Audio file export #20

tlhunter opened this issue Sep 25, 2014 · 10 comments

Comments

@tlhunter
Copy link
Collaborator

The instantiated say objects could have a method other than say for performing exports of voice to filesystems. Most engines support WAV and AIFF.

speaker.export("hello", Say.Export.WAV, "./output.wav", callback);
@tlhunter tlhunter self-assigned this Sep 25, 2014
@ralyodio
Copy link

+1 for .mp3

@svnindia
Copy link

How to export the audio to the file

@keithics
Copy link

keithics commented Sep 4, 2015

+1 for .mp3

@timelf123
Copy link

+1 for audio output to file

@0-mykola
Copy link

0-mykola commented Feb 3, 2016

Can u provide more explain, how to do that???

@z3a
Copy link
Contributor

z3a commented Feb 17, 2016

I implemented a method that exports the audio as a WAV file: #35

@tlhunter
Copy link
Collaborator Author

Note: PR #35 only works for OSX. The ability to export WAV can be done using Festival using the text2wave binary it provides:

echo "hello bob" | text2wave -o output.wav

Additional parameters (voice, speed) can be set with the -eval flag, using the same awkward LISP commands.

@AshwinTayson
Copy link

Is there any update on this. Would really love to see export feature for linux?

@tlhunter
Copy link
Collaborator Author

tlhunter commented Nov 5, 2017

Not yet... PR's welcome ;)

@tlhunter tlhunter changed the title Allow exporting of audio files Linux: Audio file export Nov 6, 2017
@AshwinTayson
Copy link

Can u point me where the byte stream for the converted audio is coming from? Or if we can expose a method that returns the byte stream then we can use it to export the audio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants