-
Notifications
You must be signed in to change notification settings - Fork 4
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
Playback speed is slow. 再生速度が遅くなる。 #15
Comments
Hi, is this library working? I tried it quickly with my m5stack core 2 but got no sound. |
Thank you for your comment! As I wrote above, we have to use m5stack/[email protected] to use this library. Do you use this? |
There are 2 URLs that I would like to listen to: I used this main.cpp: There is no sound coming out of the speaker. |
Abstract: When you use this library on an M5Stack Core2, please use m5stack/[email protected].
結論: M5Stack Core2でこのライブラリを使う場合はm5stack/M5Core2のバージョン0.1.3を使うこと。
Using m5stack/M5Core2 version 0.1.4 or 0.1.5, playback speed of the first channel after power on.
Use the version 0.1.3 but not 0.1.4-0.1.5.
When you use PlatformIO, you can specify the version like below:
lib_deps = m5stack/[email protected]
m5stack/M5Core2のバージョン0.1.4および0.1.5を使うと、起動後最初に再生するチャンネルの再生速度が遅くなる。
m5stack/M5Core2のバージョン0.1.3を使うこと。
PlatformIOを使っている場合は、platformio.iniで以下のように指定できる。
lib_deps = m5stack/[email protected]
Relevant article 関連記事: m5stack/M5Core2#110
The text was updated successfully, but these errors were encountered: