huhx0015 / HXAudioPlayer

HX Audio Player: A custom audio wrapper library for Android 2.3 and above. Originally designed as an audio library for games, HX Audio Player is an easy-to-use, alternative approach to implementing music and sound playback into Android applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gap

ayoubAnbara opened this issue · comments

hi, can you make player loop without gap (without silent sound while song beginning and ending)?

This possibility alredy exist , use "gapless" in the builder, example: HXMusic.music().gapless(false).load(id).play(context) .

Observation from the lib: // gapless(): Enables music gapless audio playback for this music. Please note that this feature
// is only supported on devices running on Android API 16 and above. For devices running on
// Android API 9 - 15, the standard looped mode will be utilized.