Audio support? #131
-
|
Are there plans for avfoundation audio support? Audio sliders? etc |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
We do have some very rudimentary AV support in the https://github.com/skiptools/skip-av project that maps some of the AVKit features to Exoplayer in Android. It is nowhere near complete, but it might serve as a start if you want to contribute improvements to the package. You can see a simple example of using it at https://github.com/skiptools/skipapp-showcase/blob/main/Sources/Showcase/VideoPlayerPlayground.swift . |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
We do have some very rudimentary AV support in the https://github.com/skiptools/skip-av project that maps some of the AVKit features to Exoplayer in Android. It is nowhere near complete, but it might serve as a start if you want to contribute improvements to the package.
You can see a simple example of using it at https://github.com/skiptools/skipapp-showcase/blob/main/Sources/Showcase/VideoPlayerPlayground.swift .