SwiftVideo
SwiftVideo copied to clipboard
Apple audio encode/decode
Support Audiotoolbox encode/decode for some codecs (AAC in particular)
- [x] decode
- [ ] encode
got the start of AppleAudioEncoder laying around by chance? I could take a pass at it esp if you have it started
I dont think I have a swift one lying around, but would definitely appreciate if you want to contribute one. You could look at either my old VideoCore repo (which will be c++/obj-c) if you need some hints. Theres another project called VideoCast-Swift that could offer some inspiration as well.