-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wavread with subrange of step >1 gives wrong result #78
Comments
How many channels are in the WAV file? |
Single channel |
The
There is no support for We could assert |
While testing a patch for this issue, I stumbled over JuliaLang/julia#37169 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the following example, where I have overloaded
getindex
on aLazyWAVFile
to dowavread(path, format="native", ind)
The text was updated successfully, but these errors were encountered: