{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / wavfile / SeekEmulatingReader

class

scipy.io.wavfile:SeekEmulatingReader

source: /scipy/io/wavfile.py :37

Signature

class   SeekEmulatingReader ( reader )

Members

Summary

Tracks stream position, provides tell(), and emulates only those seeks that can be supported by reading forward. Other seeks raise io.UnsupportedOperation. Note that this class implements only the minimum necessary to keep wavfile.read() happy.

Aliases

  • scipy.io.wavfile.SeekEmulatingReader