Home
last modified time | relevance | path

Searched defs:int (Results 1 – 1 of 1) sorted by relevance

/liblc3-latest/python/
Dlc3.py53 frame_duration_us: int,
54 sample_rate_hz: int,
55 num_channels: int,
153 def get_frame_bytes(self, bitrate: int) -> int:
170 def resolve_bitrate(self, num_bytes: int) -> int:
232 frame_duration_us: int,
233 sample_rate_hz: int,
234 num_channels: int = 1,
311 num_bytes: int,
317 self, pcm: bytes | bytearray | memoryview, num_bytes: int, bit_depth: int
[all …]