Pygame is a framework for building interactive 2D applications and games using the Python programming language. It functions as a 2D graphics rendering engine, a game input and event manager, and a multimedia audio toolkit. The project serves as a wrapper for the Simple DirectMedia Layer, providing a Python interface for low-level access to graphics, audio, keyboard, mouse, and joystick hardware. Its capabilities cover 2D graphics rendering and image manipulation, digital audio playback and streaming, and the management of game entities and physics simulations. It also includes tools for rea
Alda is a text-based music programming language and command-line tool for composing, playing, and live-coding musical scores. It functions as a MIDI composition engine that renders plain-text scores into audio output, and as a live coding environment where code entered in a read-eval-print loop produces real-time playback without restarting the interpreter. The system distinguishes itself through an event-driven playback engine that schedules timed note events, an instrument-attribute inheritance model that cascades properties like volume and tempo from global defaults to individual parts, an
Bap is a toolkit for making beats and composing sequences with Javascript and Web Audio for playback in modern browsers. It is inspired by the classic "MPC workflow" and built to make all aspects of beatmaking completely modular and reusable.
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
The main features of faiface/beep are: Audio And Music.
Open-source alternatives to faiface/beep include: pygame/pygame — Pygame is a framework for building interactive 2D applications and games using the Python programming language. It… albertp007/fsound — FSound is a library for processing sound using F#. alda-lang/alda — Alda is a text-based music programming language and command-line tool for composing, playing, and live-coding musical… aschey/stream-download-rs — A Rust library for streaming audio, video, and other content. audiokit/audiokit — AudioKit is an audio framework for iOS, macOS, and tvOS that provides tools for digital audio synthesis, signal… adamrenklint/bap — Bap is a toolkit for making beats and composing sequences with Javascript and Web Audio for playback in modern…