| D | lc3.py | 53 frame_duration_us: int, argument 54 sample_rate_hz: int, argument 55 num_channels: int, argument 57 pcm_sample_rate_hz: int | None = None, 142 def get_frame_samples(self) -> int: 153 def get_frame_bytes(self, bitrate: int) -> int: argument 170 def resolve_bitrate(self, num_bytes: int) -> int: argument 181 def get_delay_samples(self) -> int: 193 def _resolve_pcm_format(cls, bit_depth: int | None) -> tuple[ 232 frame_duration_us: int, argument [all …]
|