-
Notifications
You must be signed in to change notification settings - Fork 11
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
error with looping mp3 files #3593
Comments
Hi Sounds an odd one - are you able to create a simple app that demonstrates this where you could provide the SWF or similar, and we can reproduce it here to investigate further? To use an old AIR SDK, please check https://airsdk.harman.com/release_notes - if you click on any of the version codes that are hyperlinks, it will take you to the downloads page with that particular version then available to download. thanks |
I dont think loops ever worked well. |
the loops work perfect in animate, but when making the apk file and transferring it to the mobile, the loops become a little bit shorter. very little. thanks |
Hi, using mp3 file format for looping sounds is generally not a good idea because the format itself introduces random silence spaces at track extremities. I would recommend you to use WAV format instead. Feel free to check this library that supports WAV format with looping capability (it comes with a pitch capability too!): https://github.com/Adolio/Syrinx-Sound-Manager |
Good morning. I have a very curious problem.
i am making an app to play mp3 files of about 5 sec. in loop. when i test these files in animate (test movie) they work perfectly. when i test them in the apk file they don't work well: the loops are shortened. i have to clarify.
this software: https://www.compuphase.com/mp3/mp3loops.htm
if the problem is not solved in the next update, I would like to receive a year old version of a harmann sdk.
thank you very much.
The text was updated successfully, but these errors were encountered: