Dorian Mattar
Dorian Mattar
I will try right now. Thanks! > On May 24, 2017, at 12:09 PM, Pat Quinn wrote: > > Have you tried setting the buffer size of streaming kit to...
.readBufferSize = 600, .bufferSizeInSeconds = 600, .secondsRequiredToStartPlaying = 700, .flushQueueOnSeek = YES, .enableVolumeMixer = YES, .equalizerBandFrequencies = { Doesn't work.
Yeah. No discernible difference in the gapless, but large files fail. And if it tries to play another large file right after the first failure, the next short song won't...
Yes, I'll look at it in a couple of weeks and update. Thanks for all your help, truly admirable!
No, i’ve implemented an auto switch that uses the AVAudioPlayer once it gets that error. But of course, it will not stream or use the EQ unless you know how...
I don’t think there is another streaming player with an EQ. There is novocaine, but that’s not a streamer nor a gapless player. For me gapless and eq are the...
I’ll be testing this! This would be fantastic!! Sent from my iPhone > On Dec 2, 2017, at 7:03 AM, Patrick wrote: > > Found another thing interesting: > >...
Make sure that you use the right delegate and that queue is set to no. Sent from my iPhone > On Mar 25, 2019, at 11:58 PM, ccwendy33 wrote: >...
The only thing we did on that was log the error code. NSLog(@"Error = %ld", (long)errorCode);
We do that thru our call backs from our custom Media Picker. We do not set it thru the StreamKit. We pass the songs to it via NSURL.