Aman Karmani
Aman Karmani
As mentioned several times above, this is possible only if mpv adds an audio driver that uses the AVSBAR api.
I started to write an AVSBAR driver a few years ago: https://gist.github.com/tmm1/eaf6a982f967d92516915abff6794ead I ran into a lot of bugs though, and the mpv internals around audio have changed significantly since...
Another approach that may or may not work: feed raw audio into AVPlayer using the CAFF format (https://developer.apple.com/library/archive/documentation/MusicAudio/Reference/CAFSpec/CAF_spec/CAF_spec.html) I spiked a driver here, but didn't have time to investigate all...
I don't remember all the issues now. Some may be fixed in newer iOS, and other may not matter for your application.
I've been experiencing this recently.  I emailed my plsql file to support.
>So why not set a fake samplerate to achieve the same effect? That would indeed simplify the code immensely. One reason was, atleast in the case of AudioTrack, I need...
After some more testing, I found some streams where the CBR assumption falls apart. In one such sample, when the stream switches from a program to a commercial break, the...
@dnmTX It is hard to recommend settings without knowing what kind of issues you're seeing. Have you created any issues describing your problem with logs? With this PR, the only...
According to #5568 the remote server has upload bandwidth of 4000kbps, but you're trying to watch videos with bitrate that is 4220kbps. Unfortunately no amount of code or new options...
> We could use https://pkg.go.dev/golang.org/x/sys/unix#Sysinfo, maybe as a fallback to a read error. Good idea. I have implemented this approach on the PR, and tested working with Android 11