donno2048 / beep

A python module to generate sounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beep

A Python module to generate sounds

Installation

From PyPI

pip3 install python-beep

From GitHub

pip3 install git+https://github.com/donno2048/beep

Usage

from beep import beep
frequency = 327
duration = 1000
beep(frequency, duration) # duration in ms, frequency in Hz

Demo

https://github.com/donno2048/canon

About

A python module to generate sounds

License:MIT License


Languages

Language:C 51.0%Language:Python 49.0%