I have noticed that most tutorials regarding HTML5 audio tags always use mp3 and ogg formats, Why do most developers use mp3 and ogg format in their html5 audio source tags? Why can't it be mp3 and wav? Is it a rule of the thumb to use mp3 and ogg on audio source tags?
Wave is generally uncompressed audio data, which is not practical for web applications.