enzo1982 / BoCA

A component library used by the fre:ac audio converter
https://www.freac.org/
GNU General Public License v2.0
36 stars 9 forks source link

Need documentation or tutorials about how to use BoCA #9

Open jiemojiemo opened 3 years ago

jiemojiemo commented 3 years ago

Hi folks, BoCA is a great job! Thanks you all.

Recently, I've been learning multithread audio encoding skills from Boca, is there any documentation I can refer to ? a runnable example would be fine.

enzo1982 commented 3 years ago

Unfortunately, there's no real documentation and the only software I know that makes use of BoCA currently is my own fre:ac audio converter.

My free time is barely enough to maintain and develop the fre:ac software stack, which apart from fre:ac and BoCA also encompasses the smooth class library. So unfortunately, I don't really get to writing documentation or example code.

You are welcome to contribute, however. If you come up with some example programs like an audio file player or a small command line converter that makes use of multi-threaded encoding, feel free to open a PR and I will be glad to include those as official sample code. Likewise for documentation.