Skip to content

Playing sound immediatley rather than saving to wav #21

Description

@willwade

Description

We can currently create a wav or mp3 with tts.synth - but I'd like to have a tts.speak command

So something that just does the same but instead of saving an audio file just streams out the binary data. We can kind of do this with

        from playsound import playsound
        playsound('mysound.wav')

but 1) thats another library - and 2) its still having to do a save and then read..

Thanks for the great project :)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions