{"id":7027,"date":"2022-02-17T01:56:20","date_gmt":"2022-02-17T01:56:20","guid":{"rendered":"https:\/\/infiniteuploads.com\/?p=7027"},"modified":"2025-11-24T21:31:10","modified_gmt":"2025-11-25T03:31:10","slug":"best-audio-compression-for-wordpress","status":"publish","type":"post","link":"https:\/\/infiniteuploads.com\/blog\/best-audio-compression-for-wordpress\/","title":{"rendered":"Best Audio Compression for WordPress"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Properly compressing your audio files before uploading them to your site can saves resources and bandwidth if you want is self-host them for a blog, a podcast, or an audio library website.<\/p>\n\n\n\n<p>The big benefits of self-hosting include:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>You don&rsquo;t need to depend on a third-party service<\/li><li>You retain ownership of your files<\/li><li>You have a built-in backup of the files<\/li><li>You can provide direct playback to your readers<\/li><\/ol>\n\n\n\n<p>And if you need to scale bandwidth for streaming, you can use a CDN to help manage traffic without losing ownership or control of your content. Convenient!<\/p>\n\n\n\n<p>In this article, I will show you everything you need to know about audio compression. We will look at the available formats and how to compress your files without a noticeable loss in quality.<br><\/p>\n\n\n\n<p>Let&rsquo;s dive in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"types-of-audio-compression-69fcb63f2931a\">Types of Audio Compression<\/h2>\n\n\n\n<p><strong>Lossy formats<\/strong> degrade audio quality. It uses acoustic modeling to remove frequencies for minimal impact on hearing quality. <strong>Lossless formats<\/strong>&nbsp;do not remove any audio frequencies from the source and work similarly as a ZIP\/RAR files.&nbsp;<\/p>\n\n\n\n<p>While the Lossy formats are ideal for podcasts, Lossless formats are better for archiving files if preserving the quality is more important than file size.<\/p>\n\n\n\n<p>Before doing any transcoding or compression for your audio, let&rsquo;s check out the formats that are most suitable for self-hosting your content and sharing on WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lossy-audio-formats\">Lossy Audio Formats<\/h2>\n\n\n\n<p>The following formats give you a smaller file but can degrade the quality. The more compression you apply to them, the less quality the output should have in exchange for less storage size. These formats are not reversible. Once you compress your audio files into any of these formats you cannot undo the process as it removes frequencies from the original file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mp3-69fcb63f2932c\">MP3<\/h3>\n\n\n\n<p>MP3 stands for MPEG-1\/2 Audio Layer III. This is a well-known coding format for digital audio developed by the&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Fraunhofer_Society\" target=\"_blank\" rel=\"noreferrer noopener\">Fraunhofer Society<\/a>&nbsp;in Germany. MP3 has been around for years. It is supported on almost every device on earth, it is easy to compress and use, and it doesn&rsquo;t require any third-party mechanism to work through WordPress. MP3 does not have the best compression algorithm though, and while compressing in more than 256kbits leads to great results, compressions below this level can have an audible quality loss &ndash; especially below 128kbits. AAC is a better format for saving space because you can compress as low as 96kbits and get better results than an MP3 compressed at 192kbits. It&rsquo;s something to consider when choosing the proper format.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"aac-69fcb63f2932e\">AAC<\/h3>\n\n\n\n<p><strong>Advanced Audio Coding (AAC)<\/strong>&nbsp;is also a lossy format. AAC is also part of the MPEG-2 and MPEG-4 standard and can be found as HE-AAC for AAC+. It has been adopted by digital radios and mobile television as a standard. Even though this format is highly efficient, it is not compatible with WordPress, so if you want to upload a file it must be attached with the URL.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ogg-vorbis-69fcb63f29330\">Ogg Vorbis<\/h3>\n\n\n\n<p>Vorbis is an open-source alternative to MP3 and was developed by&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Xiph.Org_Foundation\" target=\"_blank\" rel=\"noreferrer noopener\">Xiph.Org Foundation<\/a>. The format has a slightly better encoding quality than MP3 but it is inferior to AAC in most circumstances. Because it is Open Source, it has wide support and most devices will play it without the need for an extra decoder and it is compatible with WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-lossless-formats\">The Lossless formats<\/h2>\n\n\n\n<p>The following formats have no quality loss after compression. Compression can vary depending on how you adjust the Encoder and the resulting output will retain the quality to the source &ndash; hence the term &ldquo;Lossless&rdquo;. The more compression being applied, the more strain is put into the decoder. This format is reversible, meaning you can convert these files back to the source (for example WAV), simply by transcoding them into any other Lossless format.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"apple-lossless-alac-\">Apple Lossless (ALAC)<\/h3>\n\n\n\n<p>This format was developed by Apple. The idea is that music\/audio compressed with this format won&rsquo;t have any audio degradation or loss of quality. The compression algorithm functions similarly to a ZIP compression algorithm in which the audio being decompressed won&rsquo;t have any quality loss whatsoever. The format was launched in 2004, but Apple made it Open Source and Royalty-Free so it can be used anywhere. Even though this format is highly efficient and similar to FLAC in performance, it is not compatible with WordPress audio upload and will need to be attached as with a URL for download and it does not allow online playback by default.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"flac-69fcb63f29336\">FLAC <\/h3>\n\n\n\n<p>FLAC was designed by the same people behind Vorbis,&nbsp;<a target=\"_blank\" href=\"https:\/\/en.wikipedia.org\/wiki\/Xiph.Org_Foundation\" rel=\"noreferrer noopener\">Xiph.Org Foundation<\/a>. FLAC has its own set of tools and codec implementation. It is not as widely used as AAC or Vorbis, but the capabilities are superb. The format can compress from 50 up to 70 percent of the original audio file size in most situations and can decompress the audio into an identical copy of the original without any quality loss.<\/p>\n\n\n\n<p>This is an ideal format for an audio archive website that needs to preserve source quality audio since it is also compatible with WordPress audio upload and can be played online.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"which-format-should-we-use-then-\">Which format should we use then?<\/h2>\n\n\n\n<p>Of all the audio formats, the ones that are compatible with the default WordPress uploader and can be played online are:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>MP3<\/strong><\/li><li><strong>Ogg Vorbis<\/strong><\/li><li><strong>FLAC<\/strong><\/li><\/ul>\n\n\n\n<p><strong>AAC&nbsp;<\/strong>and&nbsp;<strong>ALAC&nbsp;<\/strong>are not, so you should consider that when deciding what is best for your project.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"compressing-with-fre-ac-69fcb63f2933b\">Compressing With Fre:ac<\/h3>\n\n\n\n<p>There are several free tools on the market that allow you to convert audio easily. Foobar is widely used but it is not user-friendly. For that reason, we will use<strong>&nbsp;Fre:ac<\/strong>&nbsp;for this article.<\/p>\n\n\n\n<p>Fre:ac is a really handy tool that will work in most situations as it sticks to the KISS concept and is available on Windows, Linux &amp; Mac.<\/p>\n\n\n\n<p>You can download Fre:ac for free&nbsp;<a href=\"https:\/\/www.freac.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-1024x664.jpg\" alt=\"\" class=\"wp-image-7039\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p>The music for this example comes from&nbsp;<a href=\"https:\/\/www.freemusicpublicdomain.com\/royalty-free-symphony-music\/\" target=\"_blank\" rel=\"noreferrer noopener\">Free Music Public Domain<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"transcoding-audio-69fcb63f2933d\">Transcoding Audio<\/h2>\n\n\n\n<p>The first thing we will want to do is to select an appropriate audio format for transcoding. Remember that we have the option to either go Lossy or Lossless depending on your project.<\/p>\n\n\n\n<p>In this section, we will explore each format, the options that should be selected, and the resulting file sizes after conversion.<\/p>\n\n\n\n<p>Let&rsquo;s open up Fre:ac.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-1024x664.jpg\" alt=\"\" class=\"wp-image-7039\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-01-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p>First, you need to add files for conversion. This can be done by using the button below &ldquo;File&rdquo;. Once the file has been added, we can select the Encoder on the bottom right corner.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mp3\">MP3<\/h3>\n\n\n\n<p>Now that we have our WAV file as the source, let&rsquo;s configure the LAME encoder for MP3.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1818\" height=\"1178\" data-id=\"7041\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-03.jpg\" alt=\"\" class=\"wp-image-7041\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-03.jpg 1818w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-03-1280x829.jpg 1280w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-03-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-03-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1818px, 100vw\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1818\" height=\"1178\" data-id=\"7040\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-02.jpg\" alt=\"\" class=\"wp-image-7040\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-02.jpg 1818w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-02-1280x829.jpg 1280w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-02-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-02-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1818px, 100vw\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Now configure that particular Encoder. There are 2 methods I will use for this tutorial.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-04-1024x664.jpg\" alt=\"\" class=\"wp-image-7042\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-04-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-04-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"smaller-file-size-69fcb63f29341\">Smaller File Size<\/h3>\n\n\n\n<p>The The VBR encoding (Variable Bitrate) is designed to set a Quality Value for your encoding instead of relying on the Bitrate. For this particular mode, we want to save as much bandwidth as we can. Set the Quality option to no less than 3. An encoding Quality 3 will generally create an output file with an average bitrate of about 160-192kbits, which is acceptable for MP3. Less than that and you will start losing audio details.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"686\" data-id=\"7043\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-05.jpg\" alt=\"\" class=\"wp-image-7043\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-05.jpg 1024w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-05-980x657.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-05-480x322.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"686\" data-id=\"7044\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-06.jpg\" alt=\"\" class=\"wp-image-7044\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-06.jpg 1024w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-06-980x657.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-06-480x322.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n<\/figure>\n\n\n\n<p>After the encoder is configured, we can proceed with the encoding.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-07-1024x664.jpg\" alt=\"\" class=\"wp-image-7045\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-07-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-07-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-08.jpg\" alt=\"\" class=\"wp-image-7046\" width=\"332\" height=\"443\"><figcaption>Exploring the resulting file<\/figcaption><\/figure><\/div>\n\n\n\n<p>Once the file has been encoded, if we take a closer look at the properties, you will see that the average bitrate is about 168kbits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"higher-quality-larger-files-69fcb63f29343\">Higher Quality Larger Files<\/h3>\n\n\n\n<p>In this preset, we will focus on retaining as much audio quality as we can. To do that, we will use ABR (Average Bitrate) instead of variable. For this preset, we will shoot for 256kbits. The resulting output will be as close to the original as you can get for an MP3.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/preset-abr.jpg\" alt=\"\" class=\"wp-image-7050\" width=\"473\" height=\"317\"><\/figure><\/div>\n\n\n\n<p>This is our highest preset suggestion for ABR on MP3. If you want to go higher, 320kbits should be the absolute maximum.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ogg-vorbis\">Ogg Vorbis<\/h3>\n\n\n\n<p>Ogg Vorbis is quite the popular format and has the same level (if not better) than MP3 for compatibility. You will have no issues in using Vorbis on any of your projects online and WordPress doesn&rsquo;t have any problems in uploading or supporting Ogg Vorbis has the same level (if not better) than MP3 for compatibility. You will have no issue using Vorbis on your WordPress website and it is supported right out of the box.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-09-1024x664.jpg\" alt=\"\" class=\"wp-image-7047\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-09-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-09-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p>Although Ogg Vorbis does support the same VBR and ABR modes than in MP3.  Vorbis is quite efficient in the VBR mode and reOgg Vorbis does not support the same ABR mode. Vorbis is quite efficient in VBR and doesn&rsquo;t need ABR in most circumstances. The encoding Quality for our preset will be&nbsp;<strong>no less than 6.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"flac\">FLAC<\/h3>\n\n\n\n<p>Since ALAC is not supported on WordPress, that leaves us to the only&nbsp;<strong>LossLess<\/strong>&nbsp;format available, FLAC. For FLAC there is no need to tweak the configuration, the Encoder is pretty efficient as it is so the only step required is to select the FLAC encoder.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-10-1024x664.jpg\" alt=\"\" class=\"wp-image-7048\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-10-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-10-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"aac\">AAC<\/h3>\n\n\n\n<p>Even though AAC and ALAC are not supported by WordPress directly, we will show you how to properly set AAC in case you need it for a local project or to include files to&nbsp;<strong>download directly<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"664\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-11-1024x664.jpg\" alt=\"\" class=\"wp-image-7049\" srcset=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-11-980x635.jpg 980w, https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/audio-transcoding-11-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p>For AAC it is best to go with&nbsp;<strong>AAC Low Complexity<\/strong>&nbsp;at&nbsp;<strong>no less than 50kbits&nbsp;<\/strong>per channel. This will give you the best of both worlds &ndash; a lower file size than even MP3 and Ogg Vorbis combined with a superior encoder that will most definitely sound equal to MP3 and Ogg Vorbis at higher bitrates such as 160\/190kbits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"apple-lossless-alac--69fcb63f2934a\">Apple Lossless (ALAC)<\/h3>\n\n\n\n<p>For Apple Lossless there is no option to configure, the encoder will directly encode the file as-is. The resulting output will be similar to that of FLAC.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"resulting-file-sizes-for-all-formats-69fcb63f2934d\">Resulting File sizes for all formats<\/h2>\n\n\n\n<p>Once we have all the files in one place. Let&rsquo;s see their file sizes so you can better understand the differences.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/resulting-filesizes-1024x215.jpg\" alt=\"\" class=\"wp-image-7051\" width=\"603\" height=\"126\"><figcaption>All the numbers are expressed in bytes<\/figcaption><\/figure><\/div>\n\n\n\n<p>The original WAV is taking the most space because it is uncompressed audio. The following formats are the&nbsp;<strong>Lossless<\/strong>&nbsp;Apple Lossless and FLAC where FLAC manages to beat Apple Lossless by a thread, making FLAC an ideal format for your archive purposes. In most situations, lossless formats will reduce file size to about 50% of the original size.<\/p>\n\n\n\n<p>MP3 in ABR as we expected is the next in line with a reduction in file size of more than 5 times the original file. Vorbis goes even further with its VBR format with 3.9Mb followed by MP3 VBR that goes up to 8 times less file size than the original.<\/p>\n\n\n\n<p>Last but not least, it&rsquo;s the AAC format that proved its power by reducing the size to just 2.2Mb, that&rsquo;s a total reduction of more than 14x the original file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uploading-to-wordpress-69fcb63f2934f\">Uploading to WordPress<\/h2>\n\n\n\n<p>Adding your file to WordPress is as easy as selecting the&nbsp;<strong>Audio<\/strong>&nbsp;item on the editor and pointing it to the files.&nbsp;If you have <a href=\"https:\/\/infiniteuploads.com\/blog\/s3-wordpress-plugins-vs-infinite-uploads\/\">Infinite Uploads<\/a> installed, your audio files will automatically be stored in the cloud.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/screenshot_2022-02-04_19-41-06.png\" alt=\"\" class=\"wp-image-7057\" width=\"306\" height=\"283\"><\/figure><\/div>\n\n\n\n<p>That&rsquo;s it!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"hear-the-results-69fcb63f29351\">Hear the results<\/h2>\n\n\n\n<p>Now that you have an idea on what to expect from all these formats, let&rsquo;s hear them<\/p>\n\n\n\n<p><strong>Original WAV File (Uncompressed)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/00-the-Nymphaeum-part-III-Angelwing-Original-Uncompressed.wav\"><\/audio><\/figure>\n\n\n\n<p><strong>FLAC (Lossless)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/00-the-Nymphaeum-part-III-Angelwing-FLAC.flac\"><\/audio><\/figure>\n\n\n\n<p><strong>MP3 ABR 256kbits (Lossy)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/00-the-Nymphaeum-part-III-Angelwing-ABR-256kbits.mp3\"><\/audio><\/figure>\n\n\n\n<p><strong>Ogg Vorbis Quality 6 (Lossy)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/00-the-Nymphaeum-part-III-Angelwing-Ogg-Vorbis-Quality-6.ogg\"><\/audio><\/figure>\n\n\n\n<p><strong>MP3 VBR Quality 3 (Lossy)<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls src=\"https:\/\/infiniteuploads.com\/wp-content\/uploads\/2022\/02\/00-the-Nymphaeum-part-III-Angelwing-VBR-Quality-3.mp3\"><\/audio><\/figure>\n\n\n\n<p>Were you able to spot the difference?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary-69fcb63f29352\">Summary<\/h2>\n\n\n\n<p>There you have it! If you are trying to save space on your server or just want to make your audio files run smoother for online playback, I hope this tutorial was helpful. You&rsquo;ve learned the difference between Lossy and Lossless formats, which formats are compatible with WordPress and how to use them depending on your needs.  We hope this article is useful to you in choosing the appropriate format for your next Audio blog or Podcast project. If you need help uploading large audio files, checkout our tutorial for <a href=\"https:\/\/infiniteuploads.com\/blog\/how-to-upload-big-files-to-the-wp-media-library\/\">managing big files in the WordPress media library<\/a>.<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Properly compressing your audio files before uploading them to your site can saves resources and bandwidth if you want is self-host them for a blog, a podcast, or an audio library website. The big benefits of self-hosting include: You don&rsquo;t need to depend on a third-party service You retain ownership of your files You have [&hellip;]<\/p>\n","protected":false},"author":3787,"featured_media":7100,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wds_primary_category":14,"footnotes":""},"categories":[14],"tags":[67,28,23],"class_list":["post-7027","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-compression","tag-optimization","tag-performance"],"acf":[],"_links":{"self":[{"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/posts\/7027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/users\/3787"}],"replies":[{"embeddable":true,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/comments?post=7027"}],"version-history":[{"count":0,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/posts\/7027\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/media\/7100"}],"wp:attachment":[{"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/media?parent=7027"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/categories?post=7027"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infiniteuploads.com\/api\/wp\/v2\/tags?post=7027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}