-
Notifications
You must be signed in to change notification settings - Fork 6
The default volume is too small. #2
Comments
I tried the code below in new_fluid_opensles_audio_driver2(), and the result was the same. So it's already at the maximum level at OpenSLES... // ok, things are slightly renamed here... <snip> SLmillibel maxvol = SL_MILLIBEL_MIN; |
I have also encountered this problem, how can I solve it? How to turn up the volume? |
As I described above, it is ALREADY at the maximum value. The only way to raise the volume is to manually change input raw wave data. |
I tried playing AudioTrack and the volume was higher than Open SL ES |
Comparing what to what? There is nothing that indicates OpenSLES itself being lower volume than AudioTrack itself. |
I also find it strange, but the fact is the case. |
Let me write simpler question: what kind of sound did you play on both? Are you saying that AudioTrack played the wave data from fluidsynth in louder volume? Is the comparison between equivalent audio data? |
Maybe the driver could initialize the audio output with louder value.
The text was updated successfully, but these errors were encountered: