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
Please tell me how to adjust the volume, in which files to adjust the signal level. I tried the audio_renderer.s file to play with the values
short left = * (short *) ptr_l;
short right = * (short *) ptr_r;
The volume changes only on MP3 streams, and the AAC does not change in any way.
The text was updated successfully, but these errors were encountered:
Please tell me how to adjust the volume, in which files to adjust the signal level. I tried the audio_renderer.s file to play with the values
short left = * (short *) ptr_l;
short right = * (short *) ptr_r;
The volume changes only on MP3 streams, and the AAC does not change in any way.
The text was updated successfully, but these errors were encountered: