Xeiron / sndfile.rs

A safe rust wrapper of libsndfile
MIT License
10 stars 7 forks source link

Fix issue #1 sample length of SndFileIO::read_all_to_vec() #2

Closed johannes-mueller closed 4 years ago

johannes-mueller commented 4 years ago

Fix for #1. The buf Vec in the read_all_to_vec() methods is now allocated with the correct length.