Skip to main content

A package for recording, reading, manipulating, playing and writing sound files

Project description

audiomath is a package for Python programmers who want to record, manipulate, visualize or play sound waveforms. It allows you to:

  • Represent sounds as numeric arrays via the third-party Python package numpy (required). The arrays are contained within high-level objects, allowing common operations to be performed with minimal coding—for example: slicing and concatenation in time, selection and stacking of channels, resampling, mixing, rescaling and modulation.

  • Plot the resulting waveforms, via the third-party Python package matplotlib (optional).

  • Read and write uncompressed .wav files (via the Python standard library).

  • Read other audio formats using the third-party AVbin library (binaries are included in the package, for a selection of platforms).

  • Record and play back sounds using the third-party PortAudio library (binaries are included in the package, for a selection of platforms).

  • Plug in other recording/playback back-ends with moderate development effort.

See https://audiomath.readthedocs.io for full documentation and installation instructions.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

audiomath-1.7.0-py2.py3-none-any.whl (15.4 MB view hashes)

Uploaded Python 2 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