Skip to main content

A library with Jupyter widgets for speech processing

Project description

speechwidgets

A library with Jupyter widgets for speech processing

Widgets in this library:

Installation

You can install using pip:

pip install speechwidgets

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] speechwidgets

Usage

from speechwidgets import SpectrogramPlayer

Basic usage:

SpectrogramPlayer(
    wav_file_path='./19-198-0001.wav',
    width=800,
    spec_height=200,
    navigator=True,
    nav_height=60,
)

Advanced usage:

SpectrogramPlayer(
    wav_file_path='./19-198-0001.wav',
    width=800,
    spec_height=200,
    navigator=False,
    settings=False,
    colormap="greys",

    # for dark mode notebooks:
    dark=False, # set to True
    transparent=False, # optionally set to True
    
    # mel spec parameters:
    n_fft=2048,
    win_length=400,
    hop_length=160,
    f_min=50, 
    n_mels=80,
    power=1.0,
    
    # amplitude to db parameter:
    top_db=80 
)

Development Installation

Create a dev environment:

conda create -n speechwidgets-dev -c conda-forge nodejs python=3.10 jupyterlab
conda activate speechwidgets-dev

Install the python dependencies. This will also build the TS package.

pip install -e ".[test, examples]"

When developing your extensions, you need to manually enable your extensions with the notebook / lab frontend. For lab, this is done by the command:

jupyter labextension develop --overwrite .
npm install
npm run build

For classic notebook, you need to run:

jupyter nbextension install --sys-prefix --symlink --overwrite --py speechwidgets
jupyter nbextension enable --sys-prefix --py speechwidgets

Note that the --symlink flag doesn't work on Windows, so you will here have to run the install command every time that you rebuild your extension. For certain installations you might also need another flag instead of --sys-prefix, but we won't cover the meaning of those flags here.

How to see your changes

Typescript:

If you use JupyterLab to develop then you can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the widget.

# Watch the source directory in one terminal, automatically rebuilding when needed
npm run watch
# Run JupyterLab in another terminal
jupyter lab

After a change wait for the build to finish and then refresh your browser and the changes should take effect.

Python:

If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.

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

speechwidgets-0.1.5.tar.gz (755.5 kB view details)

Uploaded Source

Built Distribution

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

speechwidgets-0.1.5-py2.py3-none-any.whl (512.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file speechwidgets-0.1.5.tar.gz.

File metadata

  • Download URL: speechwidgets-0.1.5.tar.gz
  • Upload date:
  • Size: 755.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for speechwidgets-0.1.5.tar.gz
Algorithm Hash digest
SHA256 9568b1d02eb60411efc436a88cbd36d394972392da0b22ff124d1470083e1f07
MD5 467277e26738174f85232a8cf7a94f4a
BLAKE2b-256 5004828e660ef167591b0c06462597e7554b15061f59d038135d556fa3e47b47

See more details on using hashes here.

File details

Details for the file speechwidgets-0.1.5-py2.py3-none-any.whl.

File metadata

  • Download URL: speechwidgets-0.1.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 512.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for speechwidgets-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 02b932a6502194764d6ff33c7c99251ad20d9a63dbb7be1f01795f17c96847a1
MD5 41b7af977bbc17994fcfa84cf04165b5
BLAKE2b-256 2d4915d2d41d4918916296f1e3fb9e124706f6eed3f3b1b413842e72c575698a

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