-
Notifications
You must be signed in to change notification settings - Fork 5
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
llm-audio ignores playVolume setting from clients #8
Comments
The playVolume parameter is obsolete in StackFlow 1.3 and later versions. Use json for configuration instead. |
Oh, it is obsolete. How do I change volumes of awake_wav(kws) and tts? |
Modify the value of volume in the play_param item in the /opt/m5stack/share/audio.json file. |
Before calling the audio unit, you can use the following:
Initialize the audio module to dynamically configure the volume. |
Thanks for good information. |
Environment: StackFlow v1.4.0 and M5Module-LLM dev branch
The playVolume setting is not available from M5Module-LLM library on arduino.
The below code makes no effect.
When I changed the value of "volume" of "play_param" in /opt/m5stack/share/audio.json, the volume got quietter as expected. So I doubt that the volume setting from json might not be implemented in v1.4.0.
The text was updated successfully, but these errors were encountered: