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.

Features:

  • playback of multiple signals at the same time (that’s why it’s called “mixer”)

  • play from buffer, play from ringbuffer

  • record into buffer, record into ringbuffer

  • multichannel support

  • NumPy arrays with data type 'float32' can be easily used (via the buffer protocol) as long as they are C-contiguous

  • fixed latency playback, (close to) no jitter (optional)

    • to be verified …

  • sample-accurate playback/recording (with known offset)

    • to be verified …

  • non-blocking callback function, using PortAudio ringbuffers

  • all memory allocations/deallocations happen outside the audio callback

Planned features:

  • meticulous reporting of overruns/underruns

  • loopback tests to verify correct operation and accurate latency values

  • fade in/out?

  • loop?

  • playlist/queue?

Out of scope:

  • reading from/writing to files (use e.g. the soundfile module)

  • realtime signal processing (inside the audio callback)

  • signal generators

  • multiple mixer instances (some PortAudio host APIs only support one stream at a time)

  • resampling (apart from what PortAudio does)

  • fast forward/rewind

  • panning/balance

  • audio/video synchronization

Somewhat similar projects:

Installation

On Windows, macOS, and Linux you can install a precompiled wheel with:

python3 -m pip install rtmixer

This will install rtmixer and its dependencies, including sounddevice.

Developers can install in editable mode with some variant of:

git clone https://github.com/spatialaudio/python-rtmixer
cd python-rtmixer
git submodule update --init
python3 -m pip install -e .

Usage

See the list of examples on GitHub.

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.1.tar.gz (38.4 kB view details)

Uploaded Source

Built Distributions

rtmixer-0.1.1-pp36-pypy36_pp73-win32.whl (13.1 kB view details)

Uploaded PyPy Windows x86

rtmixer-0.1.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl (13.4 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

rtmixer-0.1.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (11.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rtmixer-0.1.1-cp38-cp38-win_amd64.whl (18.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

rtmixer-0.1.1-cp38-cp38-win32.whl (16.1 kB view details)

Uploaded CPython 3.8 Windows x86

rtmixer-0.1.1-cp38-cp38-manylinux2010_x86_64.whl (43.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

rtmixer-0.1.1-cp38-cp38-manylinux2010_i686.whl (40.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

rtmixer-0.1.1-cp38-cp38-manylinux1_x86_64.whl (43.9 kB view details)

Uploaded CPython 3.8

rtmixer-0.1.1-cp38-cp38-manylinux1_i686.whl (40.7 kB view details)

Uploaded CPython 3.8

rtmixer-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl (16.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rtmixer-0.1.1-cp37-cp37m-win_amd64.whl (18.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

rtmixer-0.1.1-cp37-cp37m-win32.whl (16.1 kB view details)

Uploaded CPython 3.7m Windows x86

rtmixer-0.1.1-cp37-cp37m-manylinux2010_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

rtmixer-0.1.1-cp37-cp37m-manylinux2010_i686.whl (40.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

rtmixer-0.1.1-cp37-cp37m-manylinux1_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.7m

rtmixer-0.1.1-cp37-cp37m-manylinux1_i686.whl (40.2 kB view details)

Uploaded CPython 3.7m

rtmixer-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (16.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rtmixer-0.1.1-cp36-cp36m-win_amd64.whl (18.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

rtmixer-0.1.1-cp36-cp36m-win32.whl (16.1 kB view details)

Uploaded CPython 3.6m Windows x86

rtmixer-0.1.1-cp36-cp36m-manylinux2010_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

rtmixer-0.1.1-cp36-cp36m-manylinux2010_i686.whl (40.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

rtmixer-0.1.1-cp36-cp36m-manylinux1_x86_64.whl (43.4 kB view details)

Uploaded CPython 3.6m

rtmixer-0.1.1-cp36-cp36m-manylinux1_i686.whl (40.2 kB view details)

Uploaded CPython 3.6m

rtmixer-0.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (16.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

rtmixer-0.1.1-cp35-cp35m-win_amd64.whl (18.3 kB view details)

Uploaded CPython 3.5m Windows x86-64

rtmixer-0.1.1-cp35-cp35m-win32.whl (16.1 kB view details)

Uploaded CPython 3.5m Windows x86

rtmixer-0.1.1-cp35-cp35m-manylinux2010_x86_64.whl (43.8 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

rtmixer-0.1.1-cp35-cp35m-manylinux2010_i686.whl (40.7 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

rtmixer-0.1.1-cp35-cp35m-manylinux1_x86_64.whl (43.8 kB view details)

Uploaded CPython 3.5m

rtmixer-0.1.1-cp35-cp35m-manylinux1_i686.whl (40.6 kB view details)

Uploaded CPython 3.5m

rtmixer-0.1.1-cp35-cp35m-macosx_10_9_x86_64.whl (15.6 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rtmixer-0.1.1.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 65342e5ee7e514d7a16840a1a3b2633d6df2bfe023da16172dea9c85e3c200c2
MD5 fe404de636c5a026d678c910e876d753
BLAKE2b-256 57c2e8cddbc831e7a59d9a23be8f8b99ed08e5a1bf6e0d6ae945ae435d9f00d9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 d05d8523c968c817486d07d381a4c3c312c8b40ba5d56b823731448c95ba2b1f
MD5 4deaac57642a6861fda30ab3b5d588b4
BLAKE2b-256 b7675a40d7ad9c2badb71d83d9d0cb64cc7949ff7ac78312071cdefc54a68fd1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c7451478be1fa1725cc6240893990499f57727bb383efb7be249b3c303f8a549
MD5 c54c8b3f92b28a8d00285f4abfbdda52
BLAKE2b-256 345308ee6e0fbb3abd538b61e8bc6b08842e153ab295de74c1632151d03647e8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b87820e53ec24ce5770489edb7e5463aa9e653ba790415a713a9aaa158442399
MD5 6eb413f02b6a57542e108dc395c89763
BLAKE2b-256 4e3987ef506322f19f4d7885be0a966b327c9e723f32a4bf3281c9542da5758b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92102851e30b450e5247a5734a511176580e6e5345d83d62c1716deb27a1ad5b
MD5 c3e06d8f261ef8d277482614686a3ff8
BLAKE2b-256 9a10abd8c138f4db036d7fabaf9edfcdd2029a1efbb48b526a4323b84f121782

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 18.4 kB
  • 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.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 11b74159d7090452a38c9245ef621e299a0215093a94be08b9cd9def17ffedad
MD5 1b41a2ed9d7ad01e6a8acf87a1a6fe07
BLAKE2b-256 66ddf3643f33952bb2584f315d5aebd813d876ec6c82b03da87e2444ff3b6b67

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a680da5540418dec71e7fff756bb9a57f599df7d78fd2a3f5b674ac6909a6fa6
MD5 526c096a4bcf03a46ddd0a81fc30e6ed
BLAKE2b-256 653745272221274d7b67345e374f016996669946b7f7c13cea5a286381a3b7d0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.9 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fecdcb180fb128d058e11953547ce2322e87999abd97cc964d597e03993ac5cb
MD5 eeae93f81dd6cc8b8f0b92671523b6c1
BLAKE2b-256 d50adc9d2b540db54ed6e4e05032a6d5151e6fb70d9d7ff90b5281e78eba702f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4bdf5881a5629a06552e933749cf0e766ca1f6ed8cd7d7d0eb423e545170d903
MD5 2577fd23063b11ad2111ae218bbb6bc1
BLAKE2b-256 2ed3022268c819c8a6666b32133f60cc1c73d93ddfd9a9e7d8172a3fa967a634

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 40ba61b2d64f5454d8d4e138f9d3dbe72f51df4b34d05bd46f79af8650b13510
MD5 5a72cbc34c361bfd4a0248597c2238ea
BLAKE2b-256 c6806bf056550a9e19b8675aa8f4682de2292232a670bc4c7556ca81aaf058b0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a9f577e02fb9b6d6f41563f5159ee65122e486ed4b3a378bd1781d9d2f81696a
MD5 7f11ce0f74b465009b1b31c80cf84104
BLAKE2b-256 688528b44e99b0817f5e35bed04e6557626503e702d002b849ebf042a70e4570

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.1 kB
  • 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.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5af2b04ded7472c4ca7a1db20d447c9eb30672b77059915ef5335516adb8d125
MD5 334b22f9dc631b8b5804c3e6a43e6fda
BLAKE2b-256 c092ab1cae549ba9d097745507883e913c7f126fdb01f16d49b900204ddb8e63

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 18.3 kB
  • 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.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae16fc67caeccf181e0f1c6e0fe828b26e31033f0ba026625dc05cca5b39d185
MD5 46db96b0e283bdc061d58a5b6e5e4a8d
BLAKE2b-256 37a96300c672d44ad8d65f47aa56abf9877926f7674dbb738040283a62ed58e3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f94073465780f94bfbd658b661f059defb1db6dc8ac90d400ebc4c45420296a8
MD5 8daa4cb8cfc5cfc4dc8809183c0409e8
BLAKE2b-256 b11bf0677c0df28382e6cbbe8932458a749d01537a134872deab59f220711fd0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d8e4ff5ff072f989a08add76e8ce849baa7170781f579c05f8088f4f31413f4a
MD5 b9f082c78c2f06bb396681ecc06eaf11
BLAKE2b-256 d3faa590ee9ca8292bc7127d38cffd599cdcf11fe8a527de8908516530fb2a66

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 45ba6d3cecd9a08eeebc243b1ffcf17fbcd6a1e7669b7b7a612f6d366327bb2d
MD5 5ce5892fb49f0ca53bab5968a712f4ee
BLAKE2b-256 d208d37652500e33ca28c1f411510eb1fe843e9c703ec9fdaf97f5c6e610a485

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 690c8fbdeb7d7edee13239bccd6e5e099682c6e866fbe4f3830c4d3ba2e1e845
MD5 bc6e51c2888fd50b0461209fdc90d6a7
BLAKE2b-256 532574c32eaffb6c7709f3847e1cc63a461a5c11f53e902d154a11cfdd5bb87b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f29508f3a766314d60e9a9ad6c3d1edada4f2d58f25316ce8da27e9476afbee1
MD5 c22fac98a12f18ad3280ec5afeafbbc0
BLAKE2b-256 3cc1de72dc8d19e4aa8927fde6275bb63b4de542014870e4c729db31280f28f9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 caa5b28dd342fa6e2a48851272e97293123fd42cd146449fbc52a15a72eb24e5
MD5 2f0e2fb68314af389506169f70b29430
BLAKE2b-256 5083fe15408aad0d0bd8303bd936d550d50431e8ae29987ff18fcbd85b2a5562

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 368b9af7cc5b70b856afd4d7f58756a48d7208e650b220905bb1d7662eb85209
MD5 ae434d546520c8cc5ea7c649e6859d6a
BLAKE2b-256 dcb08346d0defab6ee79a27ce2ad0d68627a75369ff6b52f555a79fb0497cdbd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c970967059ed7fcbb8b17b2f8b6882fee82e12e255b216da0711a343e40bde63
MD5 2ac2b1fd0bb00c9d8a9ebf09ac7ec052
BLAKE2b-256 3115e819dd09a6a74f4de4f292660b10b0f49408425d4085b81a371c05d0928f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ca0c7e7a1b8cccacb4d5b2a1f9908ced0e765d646c204faf02c30d9dc8b2e365
MD5 c15f38b56a0396fadfbcea5614fdcef4
BLAKE2b-256 31f1917fd1b83abb9a2e448f87535e4b948e5a9b6eeb6724c2155f1fffe5697e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 628d55b46ac0d3a71b46a8ec219135ef7756d326c97f908405f83a4ec1525cb4
MD5 f8cb11e8382099b123408b341d712f10
BLAKE2b-256 29c327e6fae958d063f8910585bd75f67a62c4830ec1a2658bb856e477ecadef

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d066d09fd678a142b4c64f4079456fcc5191a3af9fa27755bb1ae7a28808a80c
MD5 ba18cb2663b5ffab8e22b79c341ee9f8
BLAKE2b-256 dfaba8ecc0d5c129e5a4f30e113b1717485c6e233cb961b44c8992434da5826d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d0025271be7e0d16c689672daf2715df10c51fd5332b83b498288e7dfc5ed341
MD5 c38236ba6c27a680d9b7a63b9a5ac89d
BLAKE2b-256 fcbdbb5585cfac578381c58ba19b9be3da6f32a678f77c8ef75f12f31217b778

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdebcdb5f3f3601e336dcccaf97fb6932deb2ed269911a55a6014f56286f7b85
MD5 0af1d1dce24f9e957d1036e65568d8b8
BLAKE2b-256 62103ed0e5f694f996f1050f902db052f73cc8302c1b5e12dffaadab116dde59

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e7c974a2ceedb15a274df095dbf802afc6b665b2d5433197ed90bc6b16a7e0d8
MD5 bf7258ce50125d9bb30da46f139234ca
BLAKE2b-256 c0c5d2497bae547576d2972858f4371e98ec2d97e2323711868c152e304cd60d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 bd9f0da511dbc7eb00274d59d4159b6a41262e4a993861a4298996bfc08be408
MD5 e1700e98613b252722cace80056ebe9f
BLAKE2b-256 a74878d5fc592ee8bc069aecadb8a79a41d4ac8552026b4bf9759eab18dfef3d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cd80b513d8fc1387a2b61998cea08900be106248f15dc4e0b49c0c09367350e7
MD5 ff4cfade2d82bba514bceb0b439953f1
BLAKE2b-256 99e5f6c57edf59e4b6dc92eb76b69601e8ecc73772086a80fbfe3288930ecdd3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 10ff23a0e5570bcef37d56cc0d5205729321f42cb8333afb222206885be6a272
MD5 d572780304bb90ae183e72c6f201a5c6
BLAKE2b-256 f4d20b6b78a30d519caff62a2652fb48a606b2348686e81f61987095f011b44b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c04d701b26632466efb46be0b9135586bbfa18a0a30badcbf89afdb4ae190943
MD5 410249c9599c4984bf2ac5a7531997d1
BLAKE2b-256 d8c87cb08e4b14836a8adc7253be4c425a781309bd14b288e84b7e91c632a676

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 896127f5ecc050e3f7a2f99bda0077bfa368e282f1443e2f435fcd87fa038c72
MD5 5a6ea7afe1de160e148d3c8e68ac61ec
BLAKE2b-256 c5c2d70da41c326e647cb41ee6f2c40b31839d44e5502752572ec4b8546bdd0f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: rtmixer-0.1.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for rtmixer-0.1.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 610d11ccb66b01e67194372bc48b85e5310df16233c31dfa461de5e77861a12f
MD5 e28d2624d5f079534ec459e929ae8dce
BLAKE2b-256 88455e4bb639ae6d6f8c9ac74c929c6099bff972aadd9fc958138b67de37ce23

See more details on using hashes here.

Provenance

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