h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
417 stars 97 forks source link

Hybrid / Opensl not working on Samsungs newest 7.0 upgrades #39

Open swa00 opened 7 years ago

swa00 commented 7 years ago

Hi my friend and thank you very much for your great work !!

During developing my App, there was an update today from Samsung from 6.0.1 to 7.0. Especially on S6 / Edge models.

On these devices only Standardfactory is working , OpenSl & Hybrid produce only terrible noises (also without any disabled feature e.g. Bass/Equalizier/Preamp) It worked perfectly under 6.01

Have you any idea why ?

Thx a lot Steve

h6ah4i commented 7 years ago

@swa00 Sorry for the late reply. It seems it is the same as the issue #30. Unfortunately, I do not have any devices to reproduce same the issue for now 😞

Can I ask you some questions to investigate the issue?

Q1. Is it occurs every audio format such as MP3, AAC, OGG, FLAC and WAV? Q2. Launch the official demo app and play a tone (sine wave) MP3. Then, check the HQVisualizer screen. How does it look like? Can you see the clean wave form and FFT results?

billyjoker commented 6 years ago

Is there any new with this issue ?