Skip to content

Setting volume has no effect #5

Description

@cyplas

(I'm using this library for the first time (thanks!), so I may be doing something wrong.)

All three sound files generated seem to have the same volume:

import tts.sapi
voice = tts.sapi.Sapi()
voice.set_voice("CUSTOM-HUNGARIAN-VOICE")
voice.voice.Volume = 0
voice.create_recording('test_silent.wav', u'görög ábécé')
voice.voice.Volume = 50
voice.create_recording('test_normal.wav', u'görög ábécé')
voice.voice.Volume = 100
voice.create_recording('test_loud.wav', u'görög ábécé')

I've tried voice.Volume instead of voice.voice.Volume, but same result.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions