Home
last modified time | relevance | path

Searched refs:InvalidArgumentError (Results 1 – 2 of 2) sorted by relevance

/liblc3-latest/python/
Dlc3.py38 class InvalidArgumentError(ValueError, BaseError): class
68 raise InvalidArgumentError(
77 raise InvalidArgumentError(f"Invalid sample rate: {sample_rate_hz} Hz")
150 raise InvalidArgumentError("Bad parameters")
167 raise InvalidArgumentError("Bad parameters")
178 raise InvalidArgumentError("Bad parameters")
189 raise InvalidArgumentError("Bad parameters")
205 raise InvalidArgumentError("Could not interpret PCM bit_depth")
346 raise InvalidArgumentError("Out of range PCM input")
369 raise InvalidArgumentError("Bad parameters")
[all …]
/liblc3-latest/python/tests/
Dbasic_test.py24 with pytest.raises(lc3.InvalidArgumentError):
46 with pytest.raises(lc3.InvalidArgumentError):