micropython_nonblocking_buzzer
Buzzer
A nonblocking buzzer class for playing sound patterns without blocking the main loop
A nonblocking implementation of a buzzer class that allows you to play basic melodies or sound patterns without blocking the main loop while the sound is being played
0 stars
1 watching
0 forks
Language: Python
last commit: over 2 years ago buzzermicropythonnonblocking
Related projects:
Repository | Description | Stars |
---|---|---|
fruch/micropython-buzzer | An implementation of a buzzer module for the Micropython Python interpreter | 17 |
stewdio/beep.js | A JavaScript toolkit for building browser-based synthesizers using the WebAudio API. | 1,358 |
beetbox/audioread | A cross-library audio decoding library for Python | 489 |
henchc/syllabipy | Provides algorithms for breaking down words into their constituent syllables. | 44 |
rdagger/micropython-jq6500 | Library for controlling audio playback on certain microcontroller boards with built-in sound modules | 19 |
buzz-language/buzz | A statically typed scripting language with features like JIT compilation and fibers, designed to be small and lightweight. | 1,231 |
brainelectronics/micropython-winbond | A library providing an interface to interact with Winbond Flash chips using the MicroPython platform. | 10 |
pawelworwa/simplexnoise | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
miketeachman/micropython-rotary | A MicroPython module to read rotary encoder values in real-time | 284 |
belangeo/pyo | A Python module providing a wide range of signal processing primitives and tools for creating complex audio manipulations. | 1,322 |
infinite-tree/micropython-encoder-knob | A lightweight Python library for creating simple encoder knobs with button support in microcontrollers | 2 |
alanmitchell/micropython-inputs | A Micro Python library for reading digital and analog inputs on microcontrollers. | 34 |
jvbalen/catchy | Tools for analyzing popular music to identify catchy hooks | 21 |
fizban99/microbit_ky038 | Library to calibrate and use a sound sensor KY038 with a microcontroller | 1 |
ksw0306/clarinet | An implementation of a neural network-based vocoder using parallel-wavenet architecture and autoregressive flow | 289 |