-
Notifications
You must be signed in to change notification settings - Fork 214
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
Comments
+1 for .mp3 |
How to export the audio to the file |
+1 for .mp3 |
+1 for audio output to file |
Can u provide more explain, how to do that??? |
I implemented a method that exports the audio as a WAV file: #35 |
Note: PR #35 only works for OSX. The ability to export WAV can be done using Festival using the echo "hello bob" | text2wave -o output.wav Additional parameters (voice, speed) can be set with the |
Is there any update on this. Would really love to see export feature for linux? |
Not yet... PR's welcome ;) |
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. |
The instantiated say objects could have a method other than
say
for performing exports of voice to filesystems. Most engines support WAV and AIFF.The text was updated successfully, but these errors were encountered: