TremanaParsingSampleRateException

exception TremanaParsingSampleRateException(*args: object, sample_rate: str, origin_file: str | os.PathLike[str] | None = None)[source]

Error thrown when the samplerate can’t be parsed to a numerical value.

Parameters
  • sample_rate (str) – Value of the sample rate which should have been cast to float.

  • origin_file (Union[str, os.PathLike]) – Path to the file causing the warning, by default None