generalelectrix
generalelectrix
@Be-ing with regards to "Detecting device disconnection. This is already implemented for most backends with the DeviceNotAvailable error." - unless I'm mistaken, this doesn't seem to be implemented for CoreAudio?...
Overall this feature seems at least reasonable to implement. Device reconnection is not very hard to solve - you're already dedicating an entire thread to audio processing, and if the...
My suggestion to future people reading this issue - consider implementing reconnection in your application, because any implementation provided at the level of CPAL will probably need to make assumptions...
Cool, it looks like it should be clean and easy to add serde support via a feature. I'll try to get this working in my fork with forthcoming PR.
I haven't dedicated any time to it as I've been focusing on other areas of the project that required it. That project may also move away from using petgraph as...
Thanks for the guidance - I might be able to take a stab at implementing something based on how other projects are handling it. The main example I've found so...
Sounds good to me... I have no idea what this entails as far as actually making it happen.
I just made you a collaborator on this repo. If you want to go ahead and push this to crates.io, feel free.
Thanks for all of your contributions! On Thu, Feb 18, 2016 at 11:39 AM, Hendrik Sollich [email protected] wrote: > Oh cool, thanks, I'll play around a bit more before I...
Heh, it gets weirder than that, though. I need to dig into the drivers I've written for the enttec in other languages for what's going on behind the scenes, but...