rodio icon indicating copy to clipboard operation
rodio copied to clipboard

reexport CPAL

Open kamirr opened this issue 4 years ago • 2 comments

I need to use CPAL for audio input but I'd have to take extra care of making sure that my version matches one used by rodio so that my crate::cpal::SomeStruct is the same as rodio::cpal::SomeStruct. If rodio reexported the entire CPAL module as rodio::cpal I wouldn't have have that problem.

Are there any reasons not to do that? If no, I can prepare a pull request.

kamirr avatar Mar 05 '20 14:03 kamirr

I would like this feature. Do you want to go ahead?

Rua avatar Sep 13 '20 10:09 Rua

Makes sense. breaking changes in cpal require breaking changes in rodio already. PRs welcome!

est31 avatar Sep 13 '20 10:09 est31