Exception: Awaaz::ResamplingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/awaaz/errors.rb

Overview

Raised when an error occurs during the resampling process.

This error generally indicates an issue with the resampling library or invalid audio data being passed for resampling.

Examples:

raise Awaaz::ResamplingError, "Invalid resampling ratio"