serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
394 stars 116 forks source link

Allow ChildContainers to be created #107

Closed asg0451 closed 2 years ago

asg0451 commented 2 years ago

Currently childcontainers cannot be created to allow for custom child-process-based audio sources, since they contain a private field: https://github.com/serenity-rs/songbird/blob/df64ad92e5dc150790be2216c4e79b6fefa4964a/src/input/child.rs#L21

asg0451 commented 2 years ago

seemed simple enough: #108

FelixMcFelix commented 2 years ago

Closed by #108.