Challenge 1: Slow Downloads From an Uncompressed Podcast Upload — Solution Walkthrough The answer: WAV is uncompressed and lossless, which means large file sizes — great for preserving every bit of audio detail, but a poor fit for something meant to be quickly downloaded or streamed by listeners. That large file size is exactly what's causing the slow downloads. Why MP3 is the better choice here: Per this chapter's own material, most podcast hosting platforms expect MP3 specifically because smaller files download and stream faster, and the format is universally supported by every podcast app and browser. A bitrate in the 128–192 kbps range keeps spoken-word content sounding clear while producing a file a fraction of the size of the WAV original. Why this isn't a quality sacrifice worth worrying about: Spoken-word content tolerates MP3 compression well, since speech has less complex frequency content to preserve than music does. Listeners are very unlikely to notice the difference, while download speed improves dramatically. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that WAV's large file size is correctly identified as the cause of slow downloads, and that MP3 at a sensible bitrate is recognized as the appropriate fix for podcast distribution.