psychwavread - aleslab/Psychtoolbox-3-aleslab-fork GitHub Wiki

psychwavread - Replacement for wavread().

Replaces the Matlab wavread() function, which was removed
in Matlab R2015b, by the audioread() function, which was
introduced in R2012b, to provide basic sanity to the mess
that is Matlab's way of (not) dealing with "backwards
compatibility".

This is a least common denominator implementation of
what both wavread() and audioread() support in a
compatible fashion. See the help of either one for
details.

Usage:

[y, Fs] = psychwavread(filename [, samples][, dataType]);

Path   Retrieve current version from GitHub | View changelog
Psychtoolbox/PsychSound/psychwavread.m
⚠️ **GitHub.com Fallback** ⚠️