APAudioPlayer icon indicating copy to clipboard operation
APAudioPlayer copied to clipboard

Drop-in iOS Audio Player built on top of BASS-library.

Results 15 APAudioPlayer issues
Sort by recently updated
recently updated
newest added

Not support ios9 Bitcode, please fix it

i want to play a sound which i receive from server like an urlString(for exapmple: http://xxx.xxxx:xxxx/audio/chat/5524f5af-6cf4-4d3d-9cdc-ad6c19b55a95.ogg), used this code: [self.player loadItemWithURL:[NSURL URLWithString:@"http://xxxxxxxxx/audio/chat/5524f5af-6cf4-4d3d-9cdc-ad6c19b55a95.ogg"] autoPlay:true]; But there is no any sound, player...

Hiii, Every time I try to deactivate the AVAudiosession, I get this warning:All I/O should be stopped or paused prior to deactivating the audio session., even though the apaudioplayer instance...

I think it's better if we have a method return current time like this: ``` func audioPlayer(_ audioPlayer: APAudioPlayer, didUpdateProgressionTo time: TimeInterval, percentageRead: Float) { // time is the current...

``` Undefined symbols for architecture arm64: "_vDSP_create_fftsetup", referenced from: _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o) "_vDSP_fft_zip", referenced from: _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed...

When I play a file use `AVAudioPlayer`, I can show info to control center with `MPNowPlayingInfoCenter`. But when use `APAudioPlayer`, it can't update current time, duration to control center. ```...

Is possible do such things with the library? start playing .mp3 from url immediately (like streaming or streaming) cache it and track caching progress during it's playback save cached file...

Hi, i was trying to use the sdk APAudioplayer to play an audio file with .opus extension.Unluckly i was failed to play the file from URL.But it was successfully played...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Is that possible to give 2x, 3x speed for APAudioPlayer. If yes, how can we implement that. Please help me on this. THanks