Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to doc of rodio, the attached OutputStreamHandles will no longer work after OutputStream is dropped. So player need to own OutputStream. And currently there is no way to unstopped a Sink, so we has no choice but to alloc a new Sink in player->start().
- Loading branch information