Skip to content

ipygame.sndarray

pygame-compatible sndarray module.

def array(sound) -> np.ndarray

def samples(sound) -> np.ndarray

def make_sound(array: np.ndarray) -> "Sound"

def use_arraytype(arraytype: str = "numpy") -> None

def get_arraytype() -> str