You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the audio file is beeing played too quickly in my phone. It is more than twice times the normal speed (I tried player.speed(0.5) and even then it was too fast).
The text was updated successfully, but these errors were encountered:
I've discovered a solution to the problem. The real problem is that maxim only works fine for 705kbps bitrate. The audio file that I was testing had only 256kbps and it was played as it was of 705kbps. So the speed in wich it was playing the audio was 705/256.
When I added android_api in my sketch, speed for playing wav files was not normal.
Basically I tried this code:
However, the audio file is beeing played too quickly in my phone. It is more than twice times the normal speed (I tried player.speed(0.5) and even then it was too fast).
The text was updated successfully, but these errors were encountered: