issues
search
morganney
/
tts-react
Convert text to speech using React.
https://morganney.github.io/tts-react/
MIT License
50
stars
7
forks
source link
fix: remove previousVolume from controller.
#12
Closed
morganney
closed
2 years ago
morganney
commented
2 years ago
Removes use of
previousVolume
from controller in favor of passing a
volume
argument to the controller's
unmute
method. This allows
onMuted
to have its volume correctly restored.
Adds type comments to be picked up by Storybook's docgen.
previousVolume
from controller in favor of passing avolume
argument to the controller'sunmute
method. This allowsonMuted
to have its volume correctly restored.