Fastest way to read in audio file #240
obsoleszenz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a function that takes a path and loads the whole audio file into a Vec<Vec; 2>. I hope to be able to make it faster, as currently it takes couple of seconds to load a file.
Currently it looks like this:
Beta Was this translation helpful? Give feedback.
All reactions