element-hq / swift-ogg

A Swift library for converting to and from opus/ogg format
Apache License 2.0
33 stars 26 forks source link

Make encoder/decoder public #13

Closed vvit closed 8 months ago

vvit commented 8 months ago

It would be nice to open OGGEncoder / OGGDecoder to public to be able to encode/decode buffers (not only files).