audio/wav
WAV audio
Audio
.wav
MIME Type
Media Type
audio/wav
File Extension
.wav
Usage Examples
HTTP Response Header
Content-Type: audio/wav
HTML Link Tag
<link rel="stylesheet" type="audio/wav" href="style.css">
JavaScript Fetch API
fetch('/api/data', {
headers: {
'Content-Type': 'audio/wav'
}
})Express.js (Node.js)
res.setHeader('Content-Type', 'audio/wav');
res.send(data);When to Use This MIME Type
Audio MIME types specify the audio format for proper playback. Different browsers support different audio formats.