Skip to content

Commit cbb42f9

Browse files
authored
Update AudioPlayerProvider.cpp
Reverted .ogg file size limit.
1 parent 3f7d833 commit cbb42f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/audio/android/AudioPlayerProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct AudioFileIndicator
7171
static AudioFileIndicator __audioFileIndicator[] = {
7272
{"default", 128000}, // If we could not handle the audio format, return default value, the position should be first.
7373
{".wav", 1024000},
74-
{".ogg", 512000}, //128000
74+
{".ogg", 128000},
7575
{".mp3", 160000}
7676
};
7777

0 commit comments

Comments
 (0)