Exception: Awaaz::DecoderNotFound

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

Overview

Raised when no suitable audio decoder is found on the system.

This error is typically raised when attempting to decode an audio file but none of the configured or available decoders (e.g., ‘mpg123`, `ffmpeg`, `sox`) are detected or usable.

Examples:

raise Awaaz::DecoderNotFound, "No decoders available"