Skip to main content

Memory map WAVE or raw audio files

Project description

Class wavemap.RawMap

(wavemap.py, 16-64)

“Memory map raw audio data from a disk file into a numpy matrix

wavemap.RawMap.__new__()

wavemap.RawMap.__new__(
     cls,
     filename,
     dtype,
     channels,
     sample_rate,
     begin=0,
     end=None,
     mode='r',
     order='C',
     always_2d=False,
)

(wavemap.py, 19-60)

Create and return a new object. See help(type) for accurate signature.

Class wavemap.WaveMap

(wavemap.py, 66-112)

“Memory-map a wave file into a numpy matrix

wavemap.WaveMap.__new__(cls, filename, mode='r', order='C', always_2d=False)

(wavemap.py, 69-112)

Create and return a new object. See help(type) for accurate signature.

(automatically generated by doks on 2020-12-22T20:37:15.636280)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wavemap-0.9.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

wavemap-0.9.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page