obspy.io.wav.core

WAV bindings to ObsPy core module.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_is_wav

Checks whether a file is a audio WAV file or not.

_read_wav

Reads a audio WAV file and returns an ObsPy Stream object.

_write_wav

Writes a audio WAV file from given ObsPy Stream object.