mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Add more documentation to `cubeb-api` #74

Closed orottier closed 2 years ago

orottier commented 2 years ago

Over at https://github.com/orottier/web-audio-api-rs/pull/186 we're adding support for cubeb. I noticed the rust bindings are not documented very extensively, so I made a small start for the cubeb-api crate. If this is something you are willing to merge, I could do the same for cubeb-core. Most of the doc strings are taken from https://github.com/mozilla/cubeb/blob/master/include/cubeb/cubeb.h

kinetiknz commented 2 years ago

Looks good, thanks!