SamiPerttu / fundsp

Library for audio processing and synthesis
Apache License 2.0
800 stars 43 forks source link

Make writing `Wave` generic over `std::io::Write` #14

Closed harudagondi closed 2 years ago

harudagondi commented 2 years ago

Wave32 and Wave64 only allows writing to files. This PR makes it so that this allows writing to anything that implements std::io::Write.