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 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.4.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.4-py2.py3-none-any.whl (512.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for speechwidgets-0.1.4.tar.gz
Algorithm Hash digest
SHA256 71034afdfb9afbbd2522dcc608c66bdfbeebb7729272574e37ee04175974b102
MD5 39d0e63060aeb9a1f6d06e58071b2f48
BLAKE2b-256 890e43e92397c24ed329744bf8c126b50a518edfa27b741fb0cb4c222fcbdbcc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for speechwidgets-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf131272bfd5bac4406179a8f4e14a289a9e60beeb44ea026652c8c5043c3683
MD5 1580c3fa4293de79d11fe0eb1111a691
BLAKE2b-256 11088ce3daf39feb1f95a9f0809adb8eb13827ccc6bb38b8daaeb25f47b53751

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