pub const AUDIO_HTTP_ACCEPT: &str = "audio/wav,audio/wave,audio/x-wav;q=0.9,audio/mpeg,audio/mp3;q=0.9,audio/ogg,audio/flac,audio/*;q=0.5,*/*;q=0.1";Expand description
Accept header sent with super::capabilities URL fetches so servers can pick a codec/container.