{"id":50142,"date":"2025-12-07T14:59:05","date_gmt":"2025-12-07T14:59:05","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=50142"},"modified":"2025-12-08T10:25:47","modified_gmt":"2025-12-08T10:25:47","slug":"audacity-3-7-6-released-with-ffmpeg-8-0-import-from-cloud-support","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2025\/12\/audacity-3-7-6-released-with-ffmpeg-8-0-import-from-cloud-support\/","title":{"rendered":"Audacity 3.7.6 Released with FFmpeg 8.0 &#038; Import from Cloud Support"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-43151\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/09\/audacity-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/p>\n<p>Audacity, the free open-source audio editor and recording application, released new 3.7.6 version few days ago. PPA updated for all current standard Ubuntu releases.<\/p>\n<p>The new release of this cross-platform (Windows, Linux, and macOS) computer software added the <strong>FFmpeg 8.0<\/strong> multimedia library support.<br \/>\n<!--more--><\/p>\n<p>With the most recent FFmpeg library, it supports loading more audio codecs, such as Sanyo LD\u2011ADPCM, G.728 (.g728), and ADPCM IMA Xbox. And, custom FFmpeg export options now supports exporting to OGG\/Opus audio formats using the libopus codec.<\/p>\n<div id=\"attachment_50143\" style=\"width: 620px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-50143\" class=\"size-large wp-image-50143\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport-700x431.webp\" alt=\"\" width=\"610\" height=\"376\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport-700x431.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport-300x185.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport-768x473.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-ffmpegexport.webp 1285w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><p id=\"caption-attachment-50143\" class=\"wp-caption-text\">Audacity export with FFmpeg<\/p><\/div>\n<p>For cloud users, besides uploading your audio to audio.com, it now also supports <strong>loading your audio projects or audio files from cloud<\/strong> (meaning audio.com), though you need to log in with a free account.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50144\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-audioimport-700x439.webp\" alt=\"\" width=\"610\" height=\"383\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-audioimport-700x439.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-audioimport-300x188.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-audioimport-768x482.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-audioimport.webp 1290w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>According to the <a href=\"https:\/\/github.com\/audacity\/audacity\/releases\" target=\"_blank\" rel=\"noopener\">release note<\/a>, Audacity 3.7.6 also added first simple implementation of <strong>Spectrogram Wavelet analysis<\/strong>. It&#8217;s a new visualization mode allows to analyze audio using wavelet transforms with more adaptive time\u2011frequency display than the traditional Fourier spectrogram.<\/p>\n<p>The new feature should add a &#8220;Wavelet (1\/6 Octave Hann)&#8221; algorithm mode into the Spectorgram Settings dialog. However, I cannot see it in my case in Ubuntu 24.04.<\/p>\n<p>I&#8217;m neither good at audio editing nor coding. It could be that I can&#8217;t meet the new &#8220;if condition&#8221; added in <a href=\"https:\/\/github.com\/audacity\/audacity\/commit\/8e08bc51b9d33072b9a3fff3dd770602421a3470\" target=\"_blank\" rel=\"noopener\">this commit<\/a> (see code below) to make it visible, or the feature is just disabled.<\/p>\n<pre>#ifdef WAVELET\r\n      XO(\"Wavelet (1\/6 Octave Hann)\") ,\r\n#endif<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-50145\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-wavelet.webp\" alt=\"\" width=\"592\" height=\"394\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-wavelet.webp 592w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-wavelet-300x200.webp 300w\" sizes=\"auto, (max-width: 592px) 100vw, 592px\" \/><\/p>\n<p>The new version also backported the 4.0 feature that user can <b>middle-click on waveform and drag moving left\/right<\/b> just like the default behavior in GIMP, Kdenlive, Blender, etc applications. And, the scrollbar and viewport will update in sync for natural movement.<\/p>\n<p>Other changes are mostly bug-fixes. They include:<\/p>\n<ul>\n<li>Fix &#8220;Share Audio&#8221; (upload to audio.com) function.<\/li>\n<li>Fix incorrect import 16-bit flac files.<\/li>\n<li>Fix audio list could not be accessed with keyboard.<\/li>\n<li>Handle utf-8 file names correctly on windows.<\/li>\n<li>Keep next\/prev buttons focused on page change.<\/li>\n<li>Tool libraries and translation updates.<\/li>\n<\/ul>\n<h3>How to Install Audacity 3.7.6 in Ubuntu &amp; other Linux<\/h3>\n<p><b>Option 1:<\/b> Audacity provides official Linux package through <b>AppImage<\/b>, which is available to download at the link below:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/www.audacityteam.org\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">Download Audacity<\/a><\/div>\n<\/div>\n<p>It&#8217;s a non-install Linux package format, that has most runtime libraries in bundle. Simply add executable permission from file properties dialog, then run it to launch the audio editor.<\/p>\n<p>The AppImage is marked for 20.04\/22.04, though it works in most Linux. And, Ubuntu 22.04 and higher need to install <code>libfuse2<\/code> library first in terminal (Ctrl+Alt+T).<\/p>\n<pre>sudo apt install libfuse2<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50146\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity376appimage-700x503.webp\" alt=\"\" width=\"610\" height=\"438\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity376appimage-700x503.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity376appimage-300x215.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity376appimage-768x551.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity376appimage.webp 1057w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p><b>NOTE: Both Flatpak and PPA packages below have the networking support disabled, meaning no audio.com upload and import support.<\/b><\/p>\n<p><b>Option 2:<\/b> For choice, you may install Audacity 3.7.6 in most Linux through the community maintained <b><a href=\"https:\/\/flathub.org\/en\/apps\/org.audacityteam.Audacity\" target=\"_blank\" rel=\"noopener\">Flatpak package<\/a><\/b>. It runs in sandbox environment, and supports both <code>amd64<\/code> and <code>arm64<\/code> processors.<\/p>\n<p>Linux Mint may simply search for and install it from Software Manager, though you need to first enable &#8220;unverified Flatpaks&#8221; in the preferences dialog.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50148\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-mint-700x308.webp\" alt=\"\" width=\"610\" height=\"268\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-mint-700x308.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-mint-300x132.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-mint-768x338.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/audacity-mint.webp 870w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>While Debian\/Ubuntu may run the 2 commands below one by one to install the package.<\/p>\n<pre>sudo apt install flatpak<\/pre>\n<pre>flatpak install https:\/\/dl.flathub.org\/repo\/appstream\/org.audacityteam.Audacity.flatpakref<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-50147\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/flatpak-audacity-700x528.webp\" alt=\"\" width=\"610\" height=\"460\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/flatpak-audacity-700x528.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/flatpak-audacity-300x226.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/12\/flatpak-audacity.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p><b>Option 3:<\/b> For those who don&#8217;t like running Audacity in sandbox, I&#8217;ve uploaded the new release package into this <a href=\"https:\/\/launchpad.net\/~ubuntuhandbook1\/+archive\/ubuntu\/audacity\" target=\"_blank\" rel=\"noopener\">unofficial PPA<\/a> for Ubuntu 22.04, Ubuntu 24.04, 25.04 and 25.10 on <code>amd64<\/code> and <code>arm64\/armhf<\/code> platforms.<\/p>\n<p>To add the PPA and install the native .deb package, run commands below one by one:<\/p>\n<pre>sudo add-apt-repository ppa:ubuntuhandbook1\/audacity\r\nsudo apt update\r\nsudo apt install audacity audacity-data<\/pre>\n<h3>Uninstall<\/h3>\n<p>For AppImage, simply delete the file from file manager. While, you may run the command below to uninstall the Flatpak package:<\/p>\n<pre>flatpak uninstall --delete-data org.audacityteam.Audacity<\/pre>\n<p>Also run <code>flatpak uninstall --unused<\/code> to remove useless runtimes.<\/p>\n<p>To uninstall the PPA as well as the .deb package, run commands:<\/p>\n<pre>sudo add-apt-repository --remove ppa:ubuntuhandbook1\/audacity\r\nsudo apt update\r\nsudo apt remove audacity audacity-data<\/pre>","protected":false},"excerpt":{"rendered":"<p>Audacity, the free open-source audio editor and recording application, released new 3.7.6 version few days ago. PPA updated for all current standard Ubuntu releases. The new release of this cross-platform (Windows, Linux, and macOS) computer software added the FFmpeg 8.0 multimedia library support.<\/p>\n","protected":false},"author":1,"featured_media":43151,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[576,277],"class_list":["post-50142","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-audacity","tag-audio"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/50142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=50142"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/50142\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/43151"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=50142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=50142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=50142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}