package models type AudioFormat string const ( AFWav AudioFormat = "wav" AFMP3 AudioFormat = "mp3" )