Skip to main content

Python interface to the Google WebRTC Voice Activity Detector (VAD) [released with binary wheels!]

Project description

https://travis-ci.org/wiseman/py-webrtcvad.svg?branch=master

py-webrtcvad-wheels

This is a python interface to the WebRTC Voice Activity Detector (VAD). It is compatible with Python 2 and Python 3. It is forked from wiseman/py-webrtcvad to provide releases with binary wheels.

A VAD classifies a piece of audio data as being voiced or unvoiced. It can be useful for telephony and speech recognition.

The VAD that Google developed for the WebRTC project is reportedly one of the best available, being fast, modern and free.

How to use it

  1. Install the webrtcvad module:

    pip install webrtcvad
  2. Create a Vad object:

    import webrtcvad
    vad = webrtcvad.Vad()
  3. Optionally, set its aggressiveness mode, which is an integer between 0 and 3. 0 is the least aggressive about filtering out non-speech, 3 is the most aggressive. (You can also set the mode when you create the VAD, e.g. vad = webrtcvad.Vad(3)):

    vad.set_mode(1)
  4. Give it a short segment (“frame”) of audio. The WebRTC VAD only accepts 16-bit mono PCM audio, sampled at 8000, 16000, 32000 or 48000 Hz. A frame must be either 10, 20, or 30 ms in duration:

    # Run the VAD on 10 ms of silence. The result should be False.
    sample_rate = 16000
    frame_duration = 10  # ms
    frame = b'\x00\x00' * int(sample_rate * frame_duration / 1000)
    print 'Contains speech: %s' % (vad.is_speech(frame, sample_rate)

See example.py for a more detailed example that will process a .wav file, find the voiced segments, and write each one as a separate .wav.

How to run unit tests

To run unit tests:

pip install -e ".[dev]"
python setup.py test

History

2.0.10

Fixed memory leak. Thank you, bond005!

2.0.9

Improved example code. Added WebRTC license.

2.0.8

Fixed Windows compilation errors. Thank you, xiongyihui!

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

webrtcvad-wheels-2.0.10.post2.tar.gz (68.0 kB view details)

Uploaded Source

Built Distributions

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

webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-win32.whl (18.5 kB view details)

Uploaded PyPyWindows x86

webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (27.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-win32.whl (18.5 kB view details)

Uploaded PyPyWindows x86

webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (27.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-pp27-pypy_73-macosx_10_9_x86_64.whl (27.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp39-cp39-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.9Windows x86-64

webrtcvad_wheels-2.0.10.post2-cp39-cp39-win32.whl (18.5 kB view details)

Uploaded CPython 3.9Windows x86

webrtcvad_wheels-2.0.10.post2-cp39-cp39-macosx_10_9_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp38-cp38-win_amd64.whl (21.7 kB view details)

Uploaded CPython 3.8Windows x86-64

webrtcvad_wheels-2.0.10.post2-cp38-cp38-win32.whl (18.4 kB view details)

Uploaded CPython 3.8Windows x86

webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_x86_64.whl (86.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_i686.whl (67.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp38-cp38-macosx_10_9_x86_64.whl (29.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win_amd64.whl (21.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win32.whl (18.4 kB view details)

Uploaded CPython 3.7mWindows x86

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_i686.whl (68.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_i686.whl (68.5 kB view details)

Uploaded CPython 3.7m

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_9_x86_64.whl (29.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_6_intel.whl (59.0 kB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win_amd64.whl (21.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win32.whl (18.4 kB view details)

Uploaded CPython 3.6mWindows x86

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_x86_64.whl (85.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_i686.whl (67.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_i686.whl (67.6 kB view details)

Uploaded CPython 3.6m

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_9_x86_64.whl (29.8 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_6_intel.whl (59.0 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win_amd64.whl (20.2 kB view details)

Uploaded CPython 3.5mWindows x86-64

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win32.whl (17.5 kB view details)

Uploaded CPython 3.5mWindows x86

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_i686.whl (67.3 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_i686.whl (67.3 kB view details)

Uploaded CPython 3.5m

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_9_x86_64.whl (29.6 kB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_6_intel.whl (59.0 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_x86_64.whl (84.1 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_i686.whl (66.3 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux1_i686.whl (66.3 kB view details)

Uploaded CPython 2.7mu

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win_amd64.whl (23.9 kB view details)

Uploaded CPython 2.7mWindows x86-64

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win32.whl (20.7 kB view details)

Uploaded CPython 2.7mWindows x86

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_x86_64.whl (84.1 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_i686.whl (66.2 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_i686.whl (66.2 kB view details)

Uploaded CPython 2.7m

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_9_x86_64.whl (29.5 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_6_intel.whl (58.8 kB view details)

Uploaded CPython 2.7mmacOS 10.6+ Intel (x86-64, i386)

File details

Details for the file webrtcvad-wheels-2.0.10.post2.tar.gz.

File metadata

  • Download URL: webrtcvad-wheels-2.0.10.post2.tar.gz
  • Upload date:
  • Size: 68.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad-wheels-2.0.10.post2.tar.gz
Algorithm Hash digest
SHA256 151bf3998fb731afff90dba77808326235370a6bb467a2d1b81345b10d1de10d
MD5 addad14349306ad701329e14c3e03f38
BLAKE2b-256 1c3756ddf05b6eaf4023b2d3eb069954fd9150b452ee326d0ea20af1d0d4b0c2

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 ceaa5b166011ffc63c9dbf4427ac94ab3d5d3a0d7c81e4d5abf9cb616f860c56
MD5 b1613fcbff1b53eb53d23e295c882b66
BLAKE2b-256 34432847ea95a6ec6c8be6e8ccb753e22986f01b84a51f2ebb32a853d9d508eb

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5dffa9b1ebbddd64a5ec181f099955ac7a40ecee6113caf9050ff9e45ad1bb60
MD5 f1469e7f9c7b00ce04e77afd0a2053e2
BLAKE2b-256 432329a00432e058f616d58fd653467127c736d5f512571a91221c11e4c28b88

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 4d3678a3500b40415e5ec653579b7f0f28649510863b7c5ba4efbb2c2992704f
MD5 233a0016b577b66733fb589702d84c3b
BLAKE2b-256 4002d7d17bd112f1a7227b4d282a643ddd4e957579077c58e511585281be83db

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4c398904507a91e807aeee592ab7a0475730d991dfa033ed9842a04e8fb66a9
MD5 2b985fe766a722004031aaf1cc2f6671
BLAKE2b-256 0e427fa649d92dd743234f21e8cc2b4f0207831f230ac3337f8b9d4c44213eb5

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c9ce07e4580ae466f2adf06ed1043fc62c55f8e45630357dbaed0bc154f7d7e
MD5 4ef9a199c055c0f6c5d10025af834e35
BLAKE2b-256 122d377c697c482141fa63b8ddee21f061ba53290b2b68fb792a813bc9348406

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4c340043635e44d5c8a9ccb064e85148473fa7ef7a61b8219cffd264c492d011
MD5 3b9f18c4d6ae2751787bb860fd6ebb89
BLAKE2b-256 727a4cf45f70a9a0a06aab9f86ea55290d5c1dadd0783ab71ca025c4f17cf920

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp39-cp39-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 053bc68a3168011f9a9bb6e6f690060f4e7363ff8f5760416b7b2c7988fd0f17
MD5 060c6dca53e8da8f3e70943870fa636b
BLAKE2b-256 17d86d73829eecc5215632af42535fe6e308995d68500aef14324065540d8c93

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc56f996e634d4851f64f82ffbaa85858b37969a84fdedf1872737fafc1497cd
MD5 824777ae27d25b38cc697a91457e7a50
BLAKE2b-256 d7c5d9e396e30f8b6a3408d1dc38fd6a5ee4117c82ee507b6b4f74f36a6d0152

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 21.7 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1cd666e1f130094dd614179efebe9c60d16c26c725bc74c1ce0ba5227b98ee89
MD5 78d12009d3cc340c6717a6fbfcfd35a4
BLAKE2b-256 bfe0ab72a1bcfb82dcc201aba9270b340a29c003a62c01f4c27285fc6ae7b3a8

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 18.4 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e2bf71d108f45ea5705ddea8ea7e8f3b8c9d458e0405e82024e9f5ade80c6de6
MD5 0c4b31e43a38a2e45dad5b9c40e29ff2
BLAKE2b-256 34e52d6ddebdb48a2018b212fce7b0a35515463b1da407f0e02c0c68afba6493

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 86.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1aea8bee49ef1cb39d5c441dcdd0a3d6bf12bcbe00e305a172bdad65a6ab3760
MD5 343d19c1bb6d1aed12b5fd7dee48eae4
BLAKE2b-256 a779221df5f22c2efb45e4d138d0b1144aa9e5aed650f5653def3bd05652cdc2

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 59f76bc18d56c2d7aadc45792d388367e4eb5050f087b6a6c253e9ac617a08ea
MD5 ed3ea0d94d5ee84e0489cbfd74ebf7cb
BLAKE2b-256 b66eb36a36f50dc5a73b75776e3b18e1ce727da45aad92c0b5a54f055ae50582

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 23bb1462f8a7879a4bf7706672adbf36d20a3470e5f165d87c331cec2f2e268f
MD5 beb21c89bb57693c15948b9bc6a64f48
BLAKE2b-256 062883888aa5c308c67097ee367f277620f61f4ab3973e8ac5ed28929c60eff0

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 202417c6ac3ec190dc9f06dc2ae6151992508533b16e92d5f19385dbe74c53bb
MD5 8918dd69fa9800f0f863d49ffadac876
BLAKE2b-256 955347870cb6dacbb953d6b5dd1ded61b0fc04a91888324d234b8b34ee610370

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0ce172705d9f07f3809ea88ecc724fd39589ee2d1e90abf27151ecc604a9bb9
MD5 ba1ab05cd9ed9ed482d76f6a6aa8f321
BLAKE2b-256 3906f555b2553ee998d64723d6a268237f7d0ecdb263584eaa4df67d522aab0a

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 21.7 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 759c1a2b1d91eadee43b4879f82d953c01fadc24e6d48a0f349c757d9c0d6950
MD5 76bd5cf590c04a5240ea4d155d432c1a
BLAKE2b-256 8ac05ffd7965a2aba11616ad85b1b5e0eb96148bc1c248f873a1329b07470ef0

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 18.4 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b64b1632da3fe3c18e36d579f262aea745fa9ab46d98a33405b8609c6f87f401
MD5 eb53f2d1f2b3f364b0f6e85ddb6accf1
BLAKE2b-256 24f209c2d239a2f0bd6728a6039b0833c33fa23ea6ef3e9609a231c66757b2b3

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 86.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d582d3ba46b4c979b18d7f7ece202eadb9dad65f78c3c666205486d060c2af6e
MD5 7095b051e0f77ec9b2c1197c3c2857e0
BLAKE2b-256 fd297f455d8ec0ec2d8f745cbabc0ab2a812558c04e56a9945b6847403f2283f

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 68.5 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d804092d5c975f0d5df41a7863d04cdfe561fd26eb6e4b26ea3689f1196e760a
MD5 a80b208495419dbafeb718b5dfac2337
BLAKE2b-256 6e58f403564920379a32a5d2756424806b313c3a20424a225645d60cb8ac914a

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f3ab7aa499dcc0efafd2ebc99b9d214ebe25e2a1c879ef3fb8afa26f460ac520
MD5 a66b86aa5fc92eecb8c9e6dbbb6f82e5
BLAKE2b-256 84ec47b48699f93ea378d5fcfddb4d693b96fa75bbea34fa272a33a95bdf2a02

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 68.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c1ab5b7475234985f8d84bb310f30cf3df27e110f6638ff274c911108a2deb9
MD5 d7a1dd6d7308f781330d405fb5b1f8d9
BLAKE2b-256 abacba61ff15ccc9e75d20d398155d6b7c1220f13f2546988ca461db116a0ede

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3667019215ed7ddffc45cd62de67204bd3d39369712f29c5e7bae66306832399
MD5 99e01683dc797135b422274207fa43f2
BLAKE2b-256 b3b19c303963afb9cd0ec72b076d8b34373e2d73542d3feed33c579ab778baed

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 b66f862a16c27b547acc9fb0d125627e4596fd2fb61ac7085e50109cf34f2764
MD5 1c0b3cb64c4381dfd74ac2cf3dc76aca
BLAKE2b-256 70be3b32df5a7413af470b69892ff177bd176d27613992b5500508edd5ba78ec

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 21.7 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 117794a0dc93df4688abf9c8c82e017f878939a2114d0e41e7e58133239bcc1d
MD5 e3e383063cbb4bfa1ebb545c516426c2
BLAKE2b-256 ed2f2adb50d096da362c0a2ae9f3a484d68f80c3c1407450d7aa9478393a6b44

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 18.4 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 041a21b0ca04f8d01a6ec3dfb27acd56ea693df3ed2376de52e9dcde06af2273
MD5 dee2d1197b6d68951f9a92d370c013b7
BLAKE2b-256 84308ce7a0adf23db39494fb7e2613550a79f36a9ea5cb9b1debde6c0f15438b

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 85.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f37b534c603af86a123c2380509404ce79b8dc3f4173bfcb904e888ecae5d7ca
MD5 b31b4e440f5902f2d77cfe7d18c30f0f
BLAKE2b-256 7bd89ad0acf32b699323a4528f51798bfc6358f9e45798d56a253a2e3916081d

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 70932fd06c89e684472dd057196b32c737462a6948a756d087faa66a48f11a52
MD5 6ea514e6ac7aab96e6a1c1dcb9db5ef0
BLAKE2b-256 9df4485c8706ec3ae271a753bbc68c6f3f61847852770495d356a8b2951bb0bd

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f6f72841e6c1e3135397956152d5c650e98d40169d81c955ed1c08cdee380ee
MD5 db383fc8c48f2b767f0e2c8a0a0edb07
BLAKE2b-256 42a47f892fd0aa5bbeae7bda8771ef46c44ebbf4a9f16095b97f6e337e76f506

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c425b5672459301d919468827e22d92ceb9e76fa96604865ca824f426922e55c
MD5 dcf659f8e3b5aff839e63b2a67b995a7
BLAKE2b-256 d9f697e39f3932bde5b4086c7fda1e5e3a46bbc5ce61c3ec1bf220b201f6b9e4

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a96ea50af9b8785deebd7f89d6e226be2bc50a1c7ecf7579a6908a649f857f98
MD5 a122e8160b1d40cfd34420f3ea9d79fd
BLAKE2b-256 fa2110a7e542f8599ad3f216525382bc326e172884c5dfb3c488fe3041f21f43

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 0ed795190e6d06b0d2a3ab9aa9ccb988186fe035957c8f32bfcfb23653c3be66
MD5 e464e4374e923762c006a1687531b24a
BLAKE2b-256 58469acf411684c98956c79409dcb74c2ca61b1f7ea8d5882c3d0e66c9974fa9

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 20.2 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6ccfee04d76d6cad0fa411d7a9946820b1c532abafb460aafecb03f4de2f3710
MD5 2a6e37a984e857f12ebbb0361d882df4
BLAKE2b-256 dbd3c5c5e94ad5900e3e38fb6e1fd0359290f8773075b2d7fcfbb1ae217b6b18

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 17.5 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.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.0

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 42385b6fc9eaa10388dbc670d43b0d49bbf05994aa4a6e0fa3d91be4eb5a51de
MD5 1dcbbfd4d72c0bf211a67fb2532c2ed3
BLAKE2b-256 e2730b5965e7b58f33820c73eba10619e184c0e288aa483d95d435e1bd5b7fa3

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 85.7 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 320ad806aa7c0f3a9493fac915639ca4f2bf79bf9073faeda42274e518f1ee67
MD5 08a04ba10873ca36e5a9458cf94f3d5f
BLAKE2b-256 1138e6fa7501c2b051fbb058741b70915c94fdd6ec2b7b73fdb325aef7fa5274

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 67.3 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1494a4348c26a757e2e14d2ee50ce33b92169a688abc0a1e231bdde85b93e781
MD5 fe66a39d4703dd887dd469af0f705ac4
BLAKE2b-256 39eed66164095c352b9b60defa7fe847aa44d641a6c9cf848ca8ff2d016dbcd4

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c030ee97bbf68d87015c910ea11a17c4d4afb1195852b360aba5f065c7337c81
MD5 b45c792e1abc24555fcb0993a8bb0ef5
BLAKE2b-256 ba229bfce736b4ef99dfc736d243ad9f9c053cdc606217f26a6e0708835dd1d1

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 67.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f6c2a47d85bb52d2bd481b51a633cdf343c89f038859fa341c92f6197d20c90
MD5 eb3d7c8ae1215b20fc8761b7f574fa2f
BLAKE2b-256 0a24a5f50d9e2f212db6e7e71cdc2e9fab10df36ffde4af42d70de48244af232

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d67c4f335156396b520702359c939858326b22f75c4ad78f2ca944c7862f62a
MD5 0bfc6e524cf4894eef2ef739ba11f7db
BLAKE2b-256 95d022ab2b3219c0e56a7ac993b4872f37e96d06004f150003b348c8e4bf2075

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 59.0 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 b6fece680591e01d9b23ff9868d8748dc40603a032e965102bb169dcd5d0341f
MD5 ba49f0fe9cdd66991f318812fbfe73f3
BLAKE2b-256 e832021e6a470c92b6838336ecf8a35054244e084ed400e85c0c1ac3bea5b7b2

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 84.1 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 68758d48a99eeceeb01266dae1f64d92bff92090821049863e595fdcfec723d3
MD5 d0af4af652e3521ace43597cca56f62d
BLAKE2b-256 09f19726b3f071652b501e775061a0bb39ef7218c04c731505c8880d4f3de56a

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 66.3 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2a6a0cfbcbe13cd401d23a7ecb46f3a6556800dfeb6155cf3259a0b5c29729d8
MD5 e539ef531ca655d242deb879423cedf8
BLAKE2b-256 957798449aa41f29f3c7acab9467756a9a7857f87cab5f3d440e3e54d93c9bed

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 611b72b95f6a9efa8940c5a15057d2c3fc17db8f518aa49c9d44727f8bfa431b
MD5 b304fe6782d6ae2dc71bb3b0c6cabe31
BLAKE2b-256 d4e6dc81b1a374fe9d51f9c9ff36a4271f00917ddccac3b42c35ac35157bc0ea

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c69c59583607df233e963ec157870d10c4624c76734b03d8a4930d2f828984a
MD5 5f06c313a34c0949185bf8922a3a2aaf
BLAKE2b-256 c820d6b84fedeb4b5f831e6ef3169473522e3203336c46bfaa459a51625f4252

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0e48428e7ea6e7c687d03156b98e603982411df8c48e9c454e1d08bf579dd1cb
MD5 27dee74e4a4d3a234876b98d18915646
BLAKE2b-256 cf2b7f1022844f3caba15de7fa5449f016e3843e6e700068e2ccbd21b50ec9ca

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b343c9b027103d5780d941c27ec60ab05a18c3fc04f39cc8e8492557f8613cf8
MD5 7edd4dc7a9b446f3458a4343e56b6bf9
BLAKE2b-256 48bf89f6b74ed2b34a3dcf750571444aa6167cd7a4eb96ed73980edf40927c57

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 84.1 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0195527d1ff724a840281370fef6168bba419f42f0538a94158bd96ff2013e5a
MD5 233622def8fdb1f77d3f4876157b2091
BLAKE2b-256 27d7f767972ed1e84134849ef511cfe2e3dfed4aedbe648f3d1a3384d73cd3de

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 66.2 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dea591e62c2ab111bdf55b7c12249048f1c326e6af9382e19e2c294baa6e6a73
MD5 a8f91c5d661d51fae90f56e59d0b217f
BLAKE2b-256 ddfb095047f26bd46d01b7bf78808dd2269fa5dc5cf5b20124524025e8e8b06a

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 75ddc9f4fa00b2f3ffe6265ea7f4afb5576efe322457c7530930b3a609f165be
MD5 d44e9258f316a17028a4cf64310ae081
BLAKE2b-256 988b6202df93399f03b58ce9f6549712130ef5b1b840f92e9ed6561f0ac52cd2

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 66.2 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.5.6

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e02385e8c1b805599428c74f54c062e0e2223963b08bc102f9097f281344f356
MD5 60c6de1c7c0c6d6d3966f61c18e1ba90
BLAKE2b-256 bc075122daa8f3a51766da8fd2a98872370bad2edf3232af080efb64e1586753

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 29.5 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5516131b15118a211f012f229b39411522e0171d7d4100e926756556f59e20c
MD5 c02bb76c2433e02a374d81dfd8c01429
BLAKE2b-256 ca23c3896d25259d113a5e61ac026d3f3fa1233a88253f92a75a8a5106d0dc51

See more details on using hashes here.

File details

Details for the file webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 58.8 kB
  • Tags: CPython 2.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17

File hashes

Hashes for webrtcvad_wheels-2.0.10.post2-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 33b4f77268267ccb7b61bc57c1a584295bdef3285fe337a1928784b86c11d7ee
MD5 61fb3d6617fcdf673e1ee808d4fa93f1
BLAKE2b-256 123602eab93161ab5f7528f2b1a9528368b66b9f22014111736ed63d6546e109

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