class ActiveStorage::Analyzer::AudioAnalyzer

def probe

def probe
  @probe ||= download_blob_to_tempfile { |file| probe_from(file) }
end