Expand description
All the supported matchers categorized and exposed as functions
Functions§
- is_aac
- Returns whether a buffer is AAC data.
- is_aiff
- Returns whether a buffer is AIFF data.
- is_amr
- Returns whether a buffer is AMR data.
- is_ape
- Returns whether a buffer is APE (Monkey’s Audio) data.
- is_dsf
- Returns whether a buffer is DSF data.
- is_flac
- Returns whether a buffer is FLAC data.
- is_m4a
- Returns whether a buffer is M4A data.
- is_midi
- Returns whether a buffer is MIDI data.
- is_mp3
- Returns whether a buffer is MP3 data.
- is_ogg
- Returns whether a buffer is OGG data.
- is_
ogg_ opus - Returns whether a buffer is OGG Opus data.
- is_wav
- Returns whether a buffer is WAV data.