Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sequencegang5 | 7 | 9 months ago | 4 | gpl-3.0 | C++ | |||||
A Midi Sequencer for Linux / SDL optimized for Touchscreen | ||||||||||
Blip Buf | 5 | 3 years ago | lgpl-2.1 | C++ | ||||||
Automatically exported from code.google.com/p/blip-buf | ||||||||||
Pong Clock | 1 | 8 years ago | C++ | |||||||
An implementation of a Pong Clock (c++/sdl2) | ||||||||||
Bcdclock | 1 | 6 years ago | Python | |||||||
Python 3 and SDL BCD (binary-coded decimal) Clock | ||||||||||
Chip8 Emu | 1 | 4 years ago | Kotlin | |||||||
Chip 8 emulator written in Kotlin Native and SDL | ||||||||||
Gimx Mingw Packages | 1 | 4 years ago | Shell | |||||||
Nim Binary | 1 | 3 years ago | Nim | |||||||
A 24-hour binary clock in Nim using SDL2, both BCD and full binary modes | ||||||||||
Nim Christmas | 1 | 3 years ago | Nim | |||||||
A triangular 12-hour clock in Nim using SDL2 | ||||||||||
Nim Fibo | 1 | 3 years ago | Nim | |||||||
A Fibonacci 12-hour clock in Nim using SDL2 | ||||||||||
Sdl_analog_clock | 1 | 9 years ago | C++ | |||||||
blip_buf $vers: Band-Limited Audio Buffer
-----------------------------------------
Blip_buf is a small waveform synthesis library meant for use in classic
video game sound chip emulation. It greatly simplifies sound chip
emulation code by handling all the details of resampling. The emulator
merely sets the input clock rate and output sample rate, adds waveforms
by specifying the clock times where their amplitude changes, then reads
the resulting output samples. For a more full-features synthesis
library, get Blip_Buffer.
* Simple C interface and usage.
* Several code examples, including simple sound chip emulator.
* Uses fast, high-quality band-limited resampling algorithm (BLEP).
* Output is low-pass and high-pass filtered and clamped to 16-bit range.
* Supports mono, stereo, and multi-channel synthesis.
Author : Shay Green