Exception: Awaaz::AudioreadError

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

Overview

Raised when the audioread backend encounters an error while decoding audio files.

This can happen when the file format is unsupported or if the decoding process fails unexpectedly.

Examples:

raise Awaaz::AudioreadError, "Failed to read audio file"