StreamingKit icon indicating copy to clipboard operation
StreamingKit copied to clipboard

A fast and extensible gapless AudioPlayer/AudioStreamer for OSX and iOS (iPhone, iPad)

Results 101 StreamingKit issues
Sort by recently updated
recently updated
newest added

Just using the basic syntax for now: ``` let player = STKAudioPlayer() player.play("") ``` Running this will cause the very beginning of the audio to be chopped off. So like,...

Couldn't parse the bytes from the stream. Status: It is not possible to produce output packets because the streamed audio file's packet table or other defining information is not present...

Are there plans or can it play ... ? DSD to PCM conversion for DSD64 DSD decoding for DSF and DSDIFF with support for DSD over PCM (DoP)

I have download a pcm file in my project,how to play it with progress function.

Can SK play HighRes audio thru a decoder?

``` Crashed: AURemoteIO::IOThread 0 caulk 0x409c caulk::thread::join() + 104 1 libEmbeddedSystemAUs.dylib 0xf2e4 std::__1::__shared_ptr_emplace::__on_zero_shared() + 36 2 libEmbeddedSystemAUs.dylib 0x4c984 std::__1::__shared_weak_count::__release_shared() + 84 3 libEmbeddedSystemAUs.dylib 0x1a174 AURemoteIO::Stop() + 1524 4 libEmbeddedSystemAUs.dylib 0xd568...

First of all hello and thank you for the great work, @tumtumtum. I was wondering if it would be feasible to actually implement some sort of cache layer that would...