Expand description
All the supported matchers categorized and exposed as functions
Functionsยง
- is_aac
- Returns whether a buffer is AAC data.
- is_amr
- Returns whether a buffer is AMR 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_wav
- Returns whether a buffer is WAV data.