Skip to main content

Reliable low-latency audio playback and recording

Project description

Goal: Reliable low-latency audio playback and recording with Python, using PortAudio via the sounddevice module.

The audio callback is implemented in C (and compiled with the help of CFFI) and doesn’t invoke the Python interpreter, therefore avoiding waiting for things like garbage collection and the GIL.

All PortAudio platforms and host APIs are supported. Runs on any Python version where CFFI is available.

Online documentation

https://python-rtmixer.readthedocs.io/

Source code repository

https://github.com/spatialaudio/python-rtmixer

Somewhat similar projects

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

rtmixer-0.1.2.tar.gz (39.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rtmixer-0.1.2-pp36-pypy36_pp73-win32.whl (12.3 kB view details)

Uploaded PyPyWindows x86

rtmixer-0.1.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl (12.7 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

rtmixer-0.1.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (10.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

rtmixer-0.1.2-cp38-cp38-win_amd64.whl (17.6 kB view details)

Uploaded CPython 3.8Windows x86-64

rtmixer-0.1.2-cp38-cp38-win32.whl (15.3 kB view details)

Uploaded CPython 3.8Windows x86

rtmixer-0.1.2-cp38-cp38-manylinux2010_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

rtmixer-0.1.2-cp38-cp38-manylinux2010_i686.whl (40.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

rtmixer-0.1.2-cp38-cp38-manylinux1_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.8

rtmixer-0.1.2-cp38-cp38-manylinux1_i686.whl (40.0 kB view details)

Uploaded CPython 3.8

rtmixer-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

rtmixer-0.1.2-cp37-cp37m-win_amd64.whl (17.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

rtmixer-0.1.2-cp37-cp37m-win32.whl (15.3 kB view details)

Uploaded CPython 3.7mWindows x86

rtmixer-0.1.2-cp37-cp37m-manylinux2010_x86_64.whl (42.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

rtmixer-0.1.2-cp37-cp37m-manylinux2010_i686.whl (39.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

rtmixer-0.1.2-cp37-cp37m-manylinux1_x86_64.whl (42.7 kB view details)

Uploaded CPython 3.7m

rtmixer-0.1.2-cp37-cp37m-manylinux1_i686.whl (39.5 kB view details)

Uploaded CPython 3.7m

rtmixer-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

rtmixer-0.1.2-cp36-cp36m-win_amd64.whl (17.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

rtmixer-0.1.2-cp36-cp36m-win32.whl (15.3 kB view details)

Uploaded CPython 3.6mWindows x86

rtmixer-0.1.2-cp36-cp36m-manylinux2010_x86_64.whl (42.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

rtmixer-0.1.2-cp36-cp36m-manylinux2010_i686.whl (39.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

rtmixer-0.1.2-cp36-cp36m-manylinux1_x86_64.whl (42.7 kB view details)

Uploaded CPython 3.6m

rtmixer-0.1.2-cp36-cp36m-manylinux1_i686.whl (39.5 kB view details)

Uploaded CPython 3.6m

rtmixer-0.1.2-cp36-cp36m-macosx_10_9_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

rtmixer-0.1.2-cp35-cp35m-win_amd64.whl (17.5 kB view details)

Uploaded CPython 3.5mWindows x86-64

rtmixer-0.1.2-cp35-cp35m-win32.whl (15.3 kB view details)

Uploaded CPython 3.5mWindows x86

rtmixer-0.1.2-cp35-cp35m-manylinux2010_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

rtmixer-0.1.2-cp35-cp35m-manylinux2010_i686.whl (39.9 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

rtmixer-0.1.2-cp35-cp35m-manylinux1_x86_64.whl (43.1 kB view details)

Uploaded CPython 3.5m

rtmixer-0.1.2-cp35-cp35m-manylinux1_i686.whl (39.9 kB view details)

Uploaded CPython 3.5m

rtmixer-0.1.2-cp35-cp35m-macosx_10_9_x86_64.whl (14.9 kB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

File details

Details for the file rtmixer-0.1.2.tar.gz.

File metadata

  • Download URL: rtmixer-0.1.2.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c67f5f7b033d05b4c5f63e78f79c8699b37c5db34cbba2e8085716a972f3cea8
MD5 3b937c9a2720aca270be2b2149a08604
BLAKE2b-256 0d004dc41f481dd51bd82e2b33f01696c16c98e0d2838ed62cb65e66d19bbb9d

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: rtmixer-0.1.2-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 04803514339a4986aaa980ae45130d16ddf84a7ba31fc3f69c483b00a5d2bd8f
MD5 0c8108d7f3254ed24987d63a04f55a77
BLAKE2b-256 3fc52ff0f9525be2ad3169cd4eb4bd5c1ea7ff60bdcaf5a68aece517faf43d9a

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c77443b74ffd3019128bdbe8b27b4502a8f1fdde87e92a184554a59771c92caa
MD5 3b5a10fb67e046d4d50368acfdf5200a
BLAKE2b-256 afa606ca23672605be64b65478c0f9f7211e0cffc67f0b2733ece76e5a581a67

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ff2543deca4e81203aaa54362fd24f3538f3128b8a24f1556976431ea1666e96
MD5 e2c6e580383984841127bf676c19be29
BLAKE2b-256 67412547938b57cb1b78c086a4a6a4da35bbce3ce6445cfbe05b4cf90c5ca338

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00e74468a40d23b93afd5464a76c71b33691753924f96e3b9bd685e14e4169c6
MD5 fb9009fdb1a8c7d51c9b16f049157f16
BLAKE2b-256 f38c8bc19011ef6bf5ed4320a6fb1975fe5408b898e8fcbfd1e554c82988b107

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6b1a0c6a31362a39d1d6f895d086c71cc9235a87eabb64d875cf320ce8cda1ba
MD5 9a65852aa7178e2762de25d0a6f5b6ee
BLAKE2b-256 51f0f20e8729cda888a68e3dfbbfba13f98578f769ca85551ecee06fcfc1a347

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ad72e8f470037f423ef1f806010cbb1d3ae2e5bbd36401cb5b2b72d618a46f3e
MD5 9035df8c4f106191ffd2082b126ccaa5
BLAKE2b-256 c47a03c853a09986b1dfb7efd81e8620d10680f21e6f7bb215ff80712dc90841

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 31cc64b9ad9365538d325e103f22d48c7f8dacb675280b48d6b84f8b2bfe7c29
MD5 083af5a8ab03e1ca9681146d9151aeae
BLAKE2b-256 5c7c7c3206b4601542634975171908108f2d51e57ed3b2fecf8dc743c073836d

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c1ccf20b4068ff8ec842fa2c243a9e32bb890313a6252f5dfa43874373446b2a
MD5 56d4de53f0754f87e1f8ec9572d3c70c
BLAKE2b-256 42ec587932c726a9a51f93134b9b24b2c3bed1545741cc04efb691ff7d449248

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f0f46cbe6b2b48968cd06d64fe4dd9bf479ce02a2b7ae1ede6f6b4106b923d31
MD5 2683a1fc10084ba2bd64f11f772487d7
BLAKE2b-256 27f61ce9fe04adc24ab5c7fa5fc109507d2e5c8394511d2fcb686cef9ff2d3f3

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 98c5f98baf50056cd8150f79e105b7f7870d37ca72ca8bb6f65f0376f3fe08f6
MD5 c318c1585d7e364595e8d1d896c6e73c
BLAKE2b-256 16fa7c410d111123189271222e7b44dbc5b3b3e834415824878b34062e0bccc9

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a82337368b4fad4e69f15eefa6629c7197edc91a57e739e22551c95900993a4
MD5 613d301c1034768a350aad9f1584aa2e
BLAKE2b-256 4a37136101a466a135de1c366a2069663e4511e88af1c48886b36e80150e3337

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a6a07c5306156ff2c59814c940c3a454efa931d98436fa6ecc631419b067e5f9
MD5 6887a183107ef558c5b214024f408810
BLAKE2b-256 997301c7c32acc5ad5392f61b40ce061ddae4e74d1792233f18160c4263905cd

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a61ee4de8e2d55f15a38bb6064ea64dd8d66964ebe02704dd26930136166afbe
MD5 1d93dfd0f571836d51225aa149dbf209
BLAKE2b-256 3bcbbf57bb072a06ed79e8ce50565c7e6ddd47b7ad3ff7cc6826dd3a402396c1

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5e5095720463c09050daaac5796a866d8311ca5172b7b2824dc86b8635520054
MD5 330b3dfc0422c29bb9f2f56c35661c30
BLAKE2b-256 625e0b4800c02e962ea54155c65a5b81dd1edb2c3d4bb2346179c939938270aa

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1fc3f9c254a980325ba05997b1edba1d509bbcc693a7ac1b8a6c0fe31dd4a34e
MD5 687674902c8f0bbd2e5685d9bca74c3c
BLAKE2b-256 93828c6ed488ef0373d22912e079e487ff81faa7c17b9476fc706b27b3fb2de3

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1e49d3686e356fe0b110bcaa00d24bd52aaeb9903bb34bbd209fca4556719f9e
MD5 90694918e6879e85a58b7f89d36d5a7f
BLAKE2b-256 1f2f1ac8fe36f5e5fdf0d400850986f7ec5c57a5ca07e156db2111141b5f5a9b

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2a08b80c38bcb3b0df3e8d3070f3a33602c33fedda692a9b41a40619686fcc4
MD5 9eb9f2433209c8b0f39d87675c26b0ce
BLAKE2b-256 c47d803a004325dfb4b9349cefe9bcf747e21a97cc259f795ba9154cf42166df

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0324bc493cf0735dd2c8993bf5ba8140d235d1171ab250f9c2a51fbe868df80
MD5 8566751bd9c6c17495ac977c10e456e3
BLAKE2b-256 a71e5f7c5ea5054e613723c8d59a892f98e56b69903e157c294f3d11d053088f

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c7487773af1dc3e9a27df4a18e58861e4c95b63557a2feb341932f4411b1a905
MD5 85fd1b6074b089f470499cb5e45dedd3
BLAKE2b-256 709a18811bdd835f47818d406461e874e6a2f6baeeea48bbe39f40d0bf3f8db8

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3d1c4c2495da8e1197d6d70f6b713fa8b9a0184f064c55a2bd426ef912d0dd7a
MD5 033a7434ce56d4712f569736bba0aedd
BLAKE2b-256 07e919ada0142f9718db953b86b4a2bdb515bc94489d3168e48a4bda6b21791f

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4a24674c7a55920d869efd5007f3c08a95bc3282bf77fd37e05eced41b388af8
MD5 d10ce85f8a473c89a7711a6dce2c1a82
BLAKE2b-256 e6403bbf45101b4d1cc17522428f7991cc16aa3e382c508f74d2649f86a4dcea

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 45e95896b56f8fa1b38a4bede927f5c833abb400757f516d2c74945687f45739
MD5 21ff1f1c786df6fc478d77be76793624
BLAKE2b-256 7072a74e52b3c330057e65e66d12febb30597efbca0ad291c0701a57faf8436b

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 efae035099c32c9104a1ce367e6bb8da1c2a823dbd735871b56911046631b768
MD5 83c3e12b76624f2c7c7464a3c9006a6c
BLAKE2b-256 631f62b8767c20c806b171a4665e364ef9cb0b447a1cbb454496d11ba35851e5

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 39af7cfe9e4c8c4d77493961f5ba839a4e4f67419384a0e8df4a24eacb9add50
MD5 3be3f19e58e3e2c73af86ae084b4053d
BLAKE2b-256 a08f9f83cdb93694ad8918bee6f78c05b563b81457f91946aa223b016aec41c0

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8b4d209421e6b939bc7c75597fca50c81157465e138b029cb6ac8363a4a44a2
MD5 b3df154148099a450b06fc73ed64186f
BLAKE2b-256 ca1f8d8324d2391979b92db3d906f9de1e57ae2044527eb2560f8b23ad65768a

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d95f18a8a149273714218550db5f8317faccabd8be3889e75bd8cca53dc41848
MD5 455960fba8861f9daf2b28d0c12b4c5e
BLAKE2b-256 cde3814d986b863a362ae469c6b65112263474d74e5de32f9ef23943b0635d7e

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2752d39955a4478fbe027f16355342e4b09667291f988af369dee7c313f79e1a
MD5 5708aeaf4796ff593f0427e4b9a13053
BLAKE2b-256 7d0a6ae75f4dd65186515649c5e6b85572517f0c7a6e8e1381ae02ab815ad504

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7f1e1c00b13ac9b9f8b04d0fdbf80e1ecec70b6d567910bee1295114a2cccc87
MD5 a9fc0e894ae8c9f0ae99d86664bc78fa
BLAKE2b-256 775c1f35ceb74485a0dad18afafbda4ef069cb6cf9e119a12c494bf284db1514

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6e6189101fca726a6dce25ffdb0e8d391adb21437e0d2958765834db7463103d
MD5 e8afc36967ef96d35460925ee42c4b2d
BLAKE2b-256 f21e80eb48e0ed41416fe25b5f3af54b5c83bc443ca35a9cf55afd1b1c9a69d8

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 706284b267f63e996159a9d00c6249053bddfaafc348330fa23ba2ba27788750
MD5 bb1de290c4bd054d0743113140d7d6bd
BLAKE2b-256 5fcb4df212ae58fe4b9023a9b6e04d2e5d61fab692cf322c865d9c3665496408

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd1acb5b35a2e166292188d7c334c9249ad283921e16297201c3710c31d0202b
MD5 22d44d6754daa5c9cb937d03636665a3
BLAKE2b-256 b4685972a537a26c23159615bd9d6a98c1ba7538ae34af04917828df7760091c

See more details on using hashes here.

File details

Details for the file rtmixer-0.1.2-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rtmixer-0.1.2-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for rtmixer-0.1.2-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9397cf1ce2ccf5282c48967ee71ba8767cd0e2f07c37238efaecbe247ce9d1a4
MD5 7d1bbc54c5c0591419e2c70f0cee8aed
BLAKE2b-256 9b73f677b07c9791e21966213478a0fe92e15a47c6cffb37e19033f022e1afba

See more details on using hashes here.

Supported by

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