All Projects → spatialaudio → Python Sounddevice

spatialaudio / Python Sounddevice

Licence: mit
🔉 Play and Record Sound with Python 🐍

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Python Sounddevice

Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (-13.87%)
Mutual labels:  audio
Fredboat
A Discord music bot sharing 1 million servers with 20 million users
Stars: ✭ 471 (-8.01%)
Mutual labels:  audio
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (-3.52%)
Mutual labels:  audio
Ffmpeg Php
FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
Stars: ✭ 446 (-12.89%)
Mutual labels:  audio
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (-10.55%)
Mutual labels:  audio
Q
C++ Library for Audio Digital Signal Processing
Stars: ✭ 481 (-6.05%)
Mutual labels:  audio
Libretime
LibreTime: Radio Broadcast & Automation Platform
Stars: ✭ 439 (-14.26%)
Mutual labels:  audio
Friture
Real-time audio visualizations (spectrum, spectrogram, etc.)
Stars: ✭ 509 (-0.59%)
Mutual labels:  audio
Keyboardvisualizer
Audio visualizer and effects engine for RGB keyboards, mice, and accessories using the OpenRGB SDK. Supports Windows, Linux, and MacOS. Issue tracker on GitLab (https://gitlab.com/CalcProgrammer1/KeyboardVisualizer)
Stars: ✭ 458 (-10.55%)
Mutual labels:  audio
Mediatoolkit
A .NET library to convert and process all your video & audio files.
Stars: ✭ 492 (-3.91%)
Mutual labels:  audio
Soundsync
Virtual cables between any audio source and any speaker in your home
Stars: ✭ 453 (-11.52%)
Mutual labels:  audio
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (-11.13%)
Mutual labels:  audio
Hifiberry Os
Linux distribution optimized for audio playback
Stars: ✭ 487 (-4.88%)
Mutual labels:  audio
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (-13.09%)
Mutual labels:  audio
Jamulus
Jamulus enables musicians to perform real-time jam sessions over the internet.
Stars: ✭ 491 (-4.1%)
Mutual labels:  audio
Jukebox
Code for the paper "Jukebox: A Generative Model for Music"
Stars: ✭ 4,863 (+849.8%)
Mutual labels:  audio
Librosa
Python library for audio and music analysis
Stars: ✭ 4,901 (+857.23%)
Mutual labels:  audio
Rtmppublisher
Rtmp client on Android. Live Video Streaming.
Stars: ✭ 515 (+0.59%)
Mutual labels:  audio
Termplay
GitLab: https://gitlab.com/jD91mZM2/termplay
Stars: ✭ 500 (-2.34%)
Mutual labels:  audio
Tacotron
Audio samples accompanying publications related to Tacotron, an end-to-end speech synthesis model.
Stars: ✭ 493 (-3.71%)
Mutual labels:  audio

Play and Record Sound with Python

This Python_ module provides bindings for the PortAudio_ library and a few convenience functions to play and record NumPy_ arrays containing audio signals.

The sounddevice module is available for Linux, macOS and Windows.

Documentation: https://python-sounddevice.readthedocs.io/

Source code repository and issue tracker: https://github.com/spatialaudio/python-sounddevice/

License: MIT -- see the file LICENSE for details.

.. _Python: https://www.python.org/ .. _PortAudio: http://www.portaudio.com/ .. _NumPy: https://numpy.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].