Skip to content

pengzhendong/ipyaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipyaudio

Binder NPM PyPI Release PyPI Downloads License Build Status codecov Stars

A Jupyter Widget for Web Audio Playing and Recording.


Installation

$ pip install ipyaudio

Usage

>>> !wget https://modelscope.cn/datasets/pengzhendong/filesamples/resolve/master/audio/aac/sample1.aac -O sample1.aac
>>> audio_url = "https://modelscope.cn/datasets/pengzhendong/filesamples/resolve/master/audio/aac/sample1.aac"
>>> audio_path = "sample1.aac"

Player

  • Play an audio from url

  • Play a local audio

  • Play a numpy ndarray

  • Play an audio stream

Recorder

  • Record an audio with callback function

  • Record an audio to file

About

A Jupyter Widget for Web Audio Playing and Recording.

Resources

License

Stars

Watchers

Forks

Packages

No packages published