szlop

Results 2 issues of szlop

The following code generates an assertion in pulseaudio, when a multi-channel sound device is selected: import numpy as np import soundcard as sc default_speaker = sc.default_speaker() print(default_speaker) data = np.zeros((2*48000,...

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...