Skip to main content

Simple, asynchronous audio playback for Python 3.

Project description

The simplaudio package provides cross-platform, dependency-free audio playback capability for Python 3 on OSX, Windows, and Linux.

MIT Licensed.

Documentation at RTFD

Installation

Installation (make sure the pip command is the right one for your platform and Python version):

pip install simpleaudio

See documentation for additional installation information.

Quick Function Check

import simpleaudio.functionchecks as fc

fc.LeftRightCheck.run()

See documentation for more on function checks.

Simple Example

import simpleaudio as sa

wave_obj = sa.WaveObject.from_wave_file("path/to/file.wav")
play_obj = wave_obj.play()
play_obj.wait_done()

Support

For usage and how-to questions, first checkout the tutorial in the documentation. If you’re still stuck, post a question on StackOverflow and tag it ‘pysimpleaudio’.

For bug reports, please create an issue on Github .

Big Thanks To …

Jonas Kalderstam

Christophe Gohlke

Tom Christie

Many others for their contributions, documentation, examples, and more.

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

simpleaudio-1.0.4.tar.gz (2.0 MB view details)

Uploaded Source

Built Distributions

simpleaudio-1.0.4-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

simpleaudio-1.0.4-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

simpleaudio-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

simpleaudio-1.0.4-cp37-cp37m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

simpleaudio-1.0.4-cp37-cp37m-win32.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86

simpleaudio-1.0.4-cp37-cp37m-macosx_10_6_intel.whl (2.0 MB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

File details

Details for the file simpleaudio-1.0.4.tar.gz.

File metadata

  • Download URL: simpleaudio-1.0.4.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for simpleaudio-1.0.4.tar.gz
Algorithm Hash digest
SHA256 691c88649243544db717e7edf6a9831df112104e1aefb5f6038a5d071e8cf41d
MD5 8bd62157c286824e289e1f258419b98c
BLAKE2b-256 941b4dc29653733202b68c09d9c6ca085cf67ac54859ee860647ef21ac1ff3dc

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for simpleaudio-1.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f346a4eac9cdbb1b3f3d0995095b7e86c12219964c022f4d920c22f6ca05fb4c
MD5 7073f6d53b60e2fce814b76207035ecf
BLAKE2b-256 f8f0baa21582912d8e9734635ec5b74d03a56730997da371205bab353ec954c7

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for simpleaudio-1.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 67348e3d3ccbae73bd126beed7f1e242976889620dbc6974c36800cd286430fc
MD5 0ee78996b8d29c5f0584de102978af40
BLAKE2b-256 c4d7a008750ec0133dd7cfe80c582f0f39ced31b9fc4cdd3e4875257e347af3a

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for simpleaudio-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f68820297ad51577e3a77369e7e9b23989d30d5ae923bf34c92cf983c04ade04
MD5 580973fb447197f154ee1e6b5cf05a2e
BLAKE2b-256 89bf4863de39b98119d2dfa0e1b1952bbc26f0611f599ecd742657b9140eb8b3

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for simpleaudio-1.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 86f1b0985629852afe67259ac6c24905ca731cb202a6e96b818865c56ced0c27
MD5 e42effd9583e01eda49e7a26f8e03bb5
BLAKE2b-256 c47ba802613a1c2f8558931325711270cffc220e35cefe4060d8e4ef7cfc552a

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for simpleaudio-1.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f1a4fe3358429b2ea3181fd782e4c4fff5c123ca86ec7fc29e01ee9acd8a227a
MD5 35e2c819c749266b4666865346b4e75f
BLAKE2b-256 19207412b00dfb49db47b15aa92044d49e40174c78076077e3b2cc1dbcf0c53d

See more details on using hashes here.

File details

Details for the file simpleaudio-1.0.4-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: simpleaudio-1.0.4-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for simpleaudio-1.0.4-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 05b63da515f5fc7c6f40e4d9673d22239c5e03e2bda200fc09fd21c185d73713
MD5 2ee60117f6462b6ecfd240cbab38da40
BLAKE2b-256 37c67b76c3dfd6db91ea620b2bb2253366453310b0b019272b5244b60fbed6d5

See more details on using hashes here.

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