init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
12
.venv/lib/python3.8/site-packages/pygame/sndarray.pyi
Normal file
12
.venv/lib/python3.8/site-packages/pygame/sndarray.pyi
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from typing import Tuple
|
||||
|
||||
import numpy
|
||||
|
||||
from pygame.mixer import Sound
|
||||
|
||||
def array(sound: Sound) -> numpy.ndarray: ...
|
||||
def samples(sound: Sound) -> numpy.ndarray: ...
|
||||
def make_sound(array: numpy.ndarray) -> Sound: ...
|
||||
def use_arraytype(arraytype: str) -> Sound: ...
|
||||
def get_arraytype() -> str: ...
|
||||
def get_arraytypes() -> Tuple[str]: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue