SoundCard icon indicating copy to clipboard operation
SoundCard copied to clipboard

A Pure-Python Real-Time Audio Library

Results 45 SoundCard issues
Sort by recently updated
recently updated
newest added

The changes add two optional arguments to the player and recorder functions: - ` `maxlatency`` is translated to the PulseAudio ``bufattr.maxlength`` parameter, which sets a limit for the internal audio...

Hi! Thank you so much for the great software! I'm trying to modulate AFSK via soundcard: ``` import sys, math import soundcard as sc import struct class Modulator: #TODO: Bit-rate...

Hi thanks so much for your work on this! I was wondering if this package can get the instantaneous audio level of a mac (ie youtube videos, music files) that...

I test an example script for synthplayer module, examples/synth_demo.py, on macos, then I got the following message: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/soundcard/coreaudio.py", line 464, in __init__ raise TypeError("blocksize must be between {} and...

The original signal is not continous that cause the fft curve is not right, How do i configure to make the collected data continously? ![image](https://github.com/user-attachments/assets/eb273f72-4b91-4d7c-8a23-96d43a57d255)