Class: ActiveStorage::HotCell::Client::Analyzers::Audio::Ffprobe

Inherits:
Audio
  • Object
show all
Includes:
Probing
Defined in:
lib/active_storage/hot_cell/client/analyzers/audio/ffprobe.rb

Overview

What an application lists in config.active_storage.analyzers.

config.active_storage.analyzers = [ ActiveStorage::HotCell::Client::Analyzers::Audio::Ffprobe, ... ]

Shares the probe operation with the video analyzer; see Analyzers::Video::Ffprobe.