Skip to content

Commit

Permalink
try fix audios cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Dec 11, 2024
1 parent 4e9b85d commit 6b63fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/player/player_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ abstract class _PlayerController with Store {
await pp.setProperty("af", "scaletempo2=max-speed=8");
if (Platform.isAndroid) {
await pp.setProperty("volume-max", "100");
await pp.setProperty("ao", "audiotrack,opensles");
await pp.setProperty("ao", "opensles");
}

await mediaPlayer.setAudioTrack(
Expand Down

0 comments on commit 6b63fa5

Please sign in to comment.