Skip to content
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

Open
josquinet opened this issue Dec 5, 2024 · 3 comments
Open

error with looping mp3 files #3593

josquinet opened this issue Dec 5, 2024 · 3 comments
Labels

Comments

@josquinet
Copy link

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 happens to me with the last updates of airsdk, a year ago it didn't happen to me.
  • I haven't tested with aab files yet maybe it works fine there.
  • I have always used a software to convert from wave to mp3 that i got from here and it has always worked for me until about a year ago (I think).
    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.

@josquinet josquinet added the Bug label Dec 5, 2024
@ajwfrost
Copy link
Collaborator

ajwfrost commented Dec 5, 2024

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

@bobrokrol
Copy link

I dont think loops ever worked well.
Better use
Sound.extract
and
SampleDataEvent.SAMPLE_DATA
to play in loop

@josquinet
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants