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 Distributions

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

Built Distributions

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

webrtcvad_wheels-2.0.10.post1-cp38-cp38-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.8Windows x86-64

webrtcvad_wheels-2.0.10.post1-cp38-cp38-win32.whl (21.0 kB view details)

Uploaded CPython 3.8Windows x86

webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux2010_x86_64.whl (108.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux2010_i686.whl (87.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp37-cp37m-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

webrtcvad_wheels-2.0.10.post1-cp37-cp37m-win32.whl (21.0 kB view details)

Uploaded CPython 3.7mWindows x86

webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux2010_x86_64.whl (109.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux2010_i686.whl (88.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux1_i686.whl (88.6 kB view details)

Uploaded CPython 3.7m

webrtcvad_wheels-2.0.10.post1-cp36-cp36m-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

webrtcvad_wheels-2.0.10.post1-cp36-cp36m-win32.whl (21.0 kB view details)

Uploaded CPython 3.6mWindows x86

webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux2010_x86_64.whl (108.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux2010_i686.whl (87.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux1_i686.whl (87.7 kB view details)

Uploaded CPython 3.6m

webrtcvad_wheels-2.0.10.post1-cp35-cp35m-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

webrtcvad_wheels-2.0.10.post1-cp35-cp35m-win32.whl (20.8 kB view details)

Uploaded CPython 3.5mWindows x86

webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux2010_x86_64.whl (108.0 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux2010_i686.whl (87.5 kB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux1_i686.whl (87.5 kB view details)

Uploaded CPython 3.5m

webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux2010_x86_64.whl (107.1 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux2010_i686.whl (86.5 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux1_x86_64.whl (107.1 kB view details)

Uploaded CPython 2.7mu

webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux1_i686.whl (86.5 kB view details)

Uploaded CPython 2.7mu

webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux2010_x86_64.whl (107.1 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux2010_i686.whl (86.5 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux1_i686.whl (86.5 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 24.8 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.post1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c6bdfd2e60ae9edc102eb0846005405a528c7464635d40cec5f69c0b2c14aa61
MD5 cb9a3856ebd459a79bb38f420166f08f
BLAKE2b-256 d734098ffd077774b98986bf5e4be1bcde4317dedfdc4a22476268961ffef4ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 21.0 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.post1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 79ae5b94712e6fa2d4786acec43d57f5e39413c7ec2d24fab017a5212f4b331c
MD5 548fbf64bca2fa22073b1d68e45dfc64
BLAKE2b-256 f8d639e90e08d46c8997ad9981bb432bedfe400f34d564efaa3f8a05454acfc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 108.3 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.post1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8a012b06f266c9d9f817a555a4f736cd42d571e23ef4627bebab0fdcdc46ade8
MD5 16f652e705d2eefbb2f4cd246b80a65a
BLAKE2b-256 b6ca28287f69bea88c2a4c1807f15a1c0c9e8a880ac72b5983a88fa48778ae6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 87.7 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.post1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1ca32e22a3e42654964d499eb22f15aaa7c9a665d081ab588ba204a413e0153a
MD5 8521f8cf1e807aeef12e1f69f768e6dd
BLAKE2b-256 f08a838e8fede3a9bac7fa576360a1d04b2599f4295bcdfa9fbad5a405635aef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fa8133531b3027d4427e3b671b696f2e725bd9545ce6a0367a996acdf243ef2d
MD5 43d4c2f4f81af05652873b3a386c5b51
BLAKE2b-256 1beb6eecccd8c852cd35fb2423c29952f3ccebb3d17ba737503737e17f909a38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 87.7 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.post1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 255357b24d26f7ec1683a8d89a0be0b7d5748216a934d3bf723eab8da942e57c
MD5 c3fc3fb276897d8e79e787d0078477e5
BLAKE2b-256 44fff54fe8cecbfbd84eda1e223e218b121b161d63f3a0d4955ad025cca6d4da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 24.8 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.post1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9ca14b7d87683a80cf20024ba416463a25090b444942c113c4b95e354d9bd72e
MD5 d7ba567d9c3f7f0ad0a7075c89f294e3
BLAKE2b-256 bfdfd445c618b6e4d87a186a79423b7a3fdfd15b6128d2d324b5f69478c928a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 21.0 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.post1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c8b7d6c89a57f092391b0eb489ad241d447a714fedffaba27aa57d31eda68e4f
MD5 33d777e61760f6acf51b75cd8d63b865
BLAKE2b-256 caacffceae0a2a05b7ba04527b4cd00f84aef69ab2d0ffe7cdb0531dc9893ab4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 109.1 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.post1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 85a19a838fc567e6ece62a801d6d07abbe517ecdceeb817fcaf2735b0826f500
MD5 a192e856db10fc20247b5ee831cab5e1
BLAKE2b-256 aab0f75358d022dd862fcd45018df14d5551ad0b8e6fa57cabaf70f0fa982e38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 88.6 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.post1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 23acb24dd1f7372dbc7e64998f7c23d57a29f005634dc949a622b7dc6db08372
MD5 fd8bf21361f3ffc76c1b118a8f3e81aa
BLAKE2b-256 801b56fa01f38720d1c78a2f9b82ed007f9a2fdb70fc31e5c320d62a7520928c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3a6c039f781774a839fe745a9bc92de378a4c83cf9b1c518916953e2a7a3e280
MD5 b9fcbbde4fefb481a15286635ae6160a
BLAKE2b-256 143662d8a471bd1234badc907cd1290e89ca537371f030c2b5a553b748cc3e38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 88.6 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.post1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 866e95d0c14bda436abd32944c69510d7169e44427e98062895f4efa57bfe53c
MD5 6e7d21b4c89e3275e01e5289ab212657
BLAKE2b-256 162c69033b0ebd908eca099c80a1721e57dd4123f26bdcbfce4cd58bb41f8be4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 24.8 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.post1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 609f007b59d11691002e5cdcd0280c5fb2fc41f3ed3f527afa8ba46d84b52a0d
MD5 4367d113adb135ea7c03ded769fe676e
BLAKE2b-256 3a18dac3ad3e303df3e66d47a3b3d00f98d76061b454fdbf10155f243ed72761

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 21.0 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.post1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 43fbfd109c177ac18079b9ce078d3b4cf248f6e2b35751abe1e94c6873877a60
MD5 2809216625bfe32999d87a3b4be023ca
BLAKE2b-256 b24d46d08c60ef916908d726a0c622fdbf2f8d306b1918fbc3a76e0299f18ff4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 108.2 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.post1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2047b37f2973b5e8f1cb9e8ce1eb0938868fe85a3adc65a016e22d69d9038e1a
MD5 0ad0581298692a14585bc1554a29cf0e
BLAKE2b-256 1473c9690a92bd3e26e6210fd0ad1fd1ea11593c399c2ed5b04c80c18a86b4c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 87.7 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.post1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5fbfefc937c1588dd21f5e13868d78d16fa70da31df1d5ea530a962b0cfa68a7
MD5 faa1b6c19f57e0f59c61198cdafe701d
BLAKE2b-256 d21d38d569fa1cf38b11f6092f1fd3dded7bdabe9ecdcc2c700369432b683b8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 777afb38fe9f98e38bc5218884d65f8c57c5834b83e1394a802ae7d4d9d10c8f
MD5 13046e222f34fc0ee7afc8efb3e67aba
BLAKE2b-256 e894f76f5d8bece16cbbefd403f2c7a2f0dd305fab891feff22feed7c1d2587b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 87.7 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.post1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 79b6f1b5c9dbc3b260531000821db7c200a5caa81b96e9dcef533b37de7c9e15
MD5 4a8732967b4f385ba32add019386fb33
BLAKE2b-256 872566a3d4d594f31246168bcf3591bf040cf75e42c298eda4f101e255289dbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.post1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 792e232f07dfda5ecfd946c1dcc24c51a2aed5dba458df5f79546a1ca5366155
MD5 fc1434164dc63627b8d9ca39ac16d3c7
BLAKE2b-256 338945491906dd94fcc13146c3693afbe0242cda251b05fcf2c736965c9b6651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 20.8 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.post1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 320c3bec7b6405968aa74dbe6f5fb48abb376e2ed18959d374b8d44413c3cb9d
MD5 b43de5b9172d6b9db4c862bae7a447ae
BLAKE2b-256 e5e0913821b7838f69fe2e7ff56154436f8af975fb060ecf52b2b5819264ce2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 108.0 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.post1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f20cf1acb945b1d1199581d3f746e7d1fc4283a2c2015fcfa8f8e8de872d8609
MD5 0bf89d20b7eca823ebb3c4748cdab080
BLAKE2b-256 76358c52190550122130b8bdb13e7e71b893cb88dfaed0b81a515e370a95a9fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 87.5 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.post1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 effaef51b63326804f389ee5e7a6672cbc66bbc6b7be2914230b93b5ba853eb6
MD5 1599fea1ad2ab49c0501aa1d2bb74358
BLAKE2b-256 b23f3e772a5724acba568ef37f31c0a640bb8afe6d51ad66c91df2be31b39dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9dda6b059a8c4c034da7186c56ed0f83d527435fa2d070a88f675be50ec9fe2d
MD5 975d091d0e75f427b9a5eeea7f4c4dfe
BLAKE2b-256 569729727a692b411cc7b21f1289a129a625e43e87da4de3b7bf3ca17b3732d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 87.5 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.post1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d8bdd96e4090ce3c6d0296f02d5cb72b7573d43503c0e363ee667eed5ee9d276
MD5 e31ba42d73724e7131b70820aec3b128
BLAKE2b-256 deab0dc4e94807ffd5dcef8984efd9a2c0316fedaf06a046ce9836bb248c9cba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 107.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.post1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9a0b5fb8d2243f6c7220226aca622dc15d233c194d8e250fd93653ce9c72e6ca
MD5 eda4f82a20f73899313167c1c6949c04
BLAKE2b-256 59f703c744a44315e73b8018df9cb88931b5931a5f0b0b3a995aa1f29cad0ccc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 86.5 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.post1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 192b859eccbc34f0c293270705b24759bf96063067bebc65fc631567ae4fdf99
MD5 8ed7e3ab8ca8abc3804aee7d08d73aa4
BLAKE2b-256 7c20fdefd57aea4851e391e45bdb25ae7a0bc879b0774be3c4c47c78c3f4ade5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ff071301ecc0b28d25b695339a3854e032281434dbc1f33996aab929c888ef0d
MD5 8fbbd73020555317709ba3a4a45844bb
BLAKE2b-256 5084c9e87b26284a029c9711ae132ed9942762e37b689628f07aaa087e72228a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9abeb527f6b63de586c08a46f8144bbc7bec932617f3f580df195fb1ccb615e6
MD5 60f604eec81f3f4f7dd69170bf3b5d89
BLAKE2b-256 186bd3f43d3a2877fa016ad164d2741ed7016b0f31e8046a9bc629affe60a78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 107.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.post1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c6479ea0113815aa6e06b69d058b7d18f31f1db2208c97f3fe90c4c783ec0d5c
MD5 6372a1ed8162feb2fd38e5bb8269360a
BLAKE2b-256 821ac1810d7e4873b1b997c4c34201c2fd54121ba91d26166dae0589be57dccf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 86.5 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.post1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3e0955f56f43a6595e53550a50fd91e5c1b00c64f169d683c3985e1a4895f961
MD5 1be8e62d2188f5de4a948a121e55c785
BLAKE2b-256 daa7adea0fdde8c64b9764df6a06abd05382e61013769e1eb0a6046108483d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 932db909d6e0a1d0f5a7ad40494673522238371e6f1f9a968a919d201d1265f3
MD5 4e53c1d64d49b4811ddd5c18eab448bf
BLAKE2b-256 125ba7241a84bc28adc6e522f8cccdf78afecd6fcad190dd309d7c5e99e5d9e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: webrtcvad_wheels-2.0.10.post1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 86.5 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.post1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 61647d4f10a345c61669a9c6a0eb7ba88f5cd9626a1aa8eb72271480095f5e0c
MD5 0a19ee0b5f7b7e416bf84891fd91dfbf
BLAKE2b-256 722a1c4b63bdb3f42af1229c8672f457cae1e31212d54d29598d1fed208fbf93

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