-
Notifications
You must be signed in to change notification settings - Fork 116
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
MP3 files play with "slow" speed #110
Comments
Can this happen with other equipment? |
Only found the problem with the M5Stack Core2 |
In order to reproduce the problem as soon as possible, you can provide the source code of the problem, you can send it to my email:Tinyu.Zhao@gmail.com |
sketch emailed |
Tinyu Zhao: has the reason for the M5Stack Core2 playing MP3 files slowly with M5Core2 0.1.4 or 0.1.5 libraries been determined ? |
Hi @Tinyu-Zhao, @NDC-SC! I have the same probelm on M5Stack Core2. I tried with 0.1.5 and 0.1.4 libraries, and with both I have the same error. I use that code:
|
I can confirm that I faced the same issue with the M5Core2 libraries 0.14 and 0.15. |
I am seeing the same issue with streaming also... I will try downgrading the library to 0.13. |
Same issue with the M5Core2 last version library I use the same test code as provided by @peticsizmadia |
Thanks, I too have 'downgraded' to 0.13, and will stay with that until I
hear the issue is resiolved.
…On Sat, 25 Mar 2023 at 01:08, NexusG17 ***@***.***> wrote:
Same issue with the M5Core2 last version library
Works ok with 0.13
I use the same test code as provided by @peticsizmadia
<https://github.com/peticsizmadia>
—
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHUYXTIMUZSWXDEFLMVIP3W5ZAQ3ANCNFSM6AAAAAARJ7QL5Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey guys!
|
Brilliant. Thanks for resolving the "slow playback speed" problem. |
Excellent, works a treat... many thanks. I can now use the latest version 0.1.6 |
When MP3 files are played with M5Core2 0.1.3 and the Audio libraries, the sound quality is fine.
With the M5Core2 0.1.4 or 0.1.5 libraries, the MP3 files play with a "slow" speed.
Instructions are
#include <Audio.h>
Audio audio;
temp = filenames(filenumber]; // the filenumber MP3 file on the micro-SD card
audio.connecttoFS(SD, temp.c_str()); // MP3 file on micro-SD card
Is there a work around to resolve the playback speed problem ?
The text was updated successfully, but these errors were encountered: