<?xml version="1.0" encoding="UTF-8"?>
<rss
version="2.0">
<channel><title>Gordon Lesti &#8211; Audio</title><link>https://gordonlesti.com/tag/audio/</link>
<description>All posts related to the tag Audio.</description>
<language>en-us</language>
<copyright>Copyright 2013-2025 Gordon Lesti</copyright>
<lastBuildDate>Tue, 04 Nov 2025 04:56:10 GMT</lastBuildDate>
<item><title>OscillatorNode example to play beep sounds in JavaScript</title><link>https://gordonlesti.com/oscillatornode-example-to-play-beep-sounds-in-javascript/</link>
<description>A small example using OscillatorNode to play beep sounds in JavaScript without audio files loading.</description>
<pubDate>Wed, 14 Aug 2024 22:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/oscillatornode-example-to-play-beep-sounds-in-javascript/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/javascript/">JavaScript</category>
</item>
<item><title>Digitize a VHS tape with FFmpeg and EasyCAP on Linux</title><link>https://gordonlesti.com/digitize-a-vhs-tape-with-ffmpeg-and-easycap-on-linux/</link>
<description>How to digitize old VHS tapes with FFmpeg and EasyCAP on Linux.</description>
<pubDate>Mon, 11 Dec 2017 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/digitize-a-vhs-tape-with-ffmpeg-and-easycap-on-linux/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/linux/">Linux</category>
<category
domain="https://gordonlesti.com/tag/video/">Video</category>
</item>
<item><title>Fix audio drifts in video records with Kdenlive and FFmpeg</title><link>https://gordonlesti.com/fix-audio-drifts-in-video-records-with-kdenlive-and-ffmpeg/</link>
<description>Tutorial to fix audio drifts in recorded video movies with Kdenlive and FFmpeg.</description>
<pubDate>Sat, 02 Dec 2017 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/fix-audio-drifts-in-video-records-with-kdenlive-and-ffmpeg/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/video/">Video</category>
</item>
<item><title>Linux - Audio notification after long running command has finished</title><link>https://gordonlesti.com/linux-audio-notification-after-long-running-command-has-finished/</link>
<description>A small trick to remind me that a long running command has finished is a audio notification in Linux.</description>
<pubDate>Sun, 07 May 2017 22:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/linux-audio-notification-after-long-running-command-has-finished/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/linux/">Linux</category>
</item>
<item><title>Linux - Convert all Ogg files in a directory to MP3</title><link>https://gordonlesti.com/linux-convert-all-ogg-files-in-a-directory-to-mp3/</link>
<description>A small bash script to convert all Ogg Vorbis files in a directory to MP3.</description>
<pubDate>Tue, 07 Feb 2017 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/linux-convert-all-ogg-files-in-a-directory-to-mp3/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/linux/">Linux</category>
</item>
<item><title>Digitize a vinyl record with Audacity on Linux</title><link>https://gordonlesti.com/digitize-a-vinyl-record-with-audacity-on-linux/</link>
<description>How to digitize a vinyl record with Audacity on Linux.</description>
<pubDate>Sun, 04 Dec 2016 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/digitize-a-vinyl-record-with-audacity-on-linux/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/linux/">Linux</category>
</item>
<item><title>A audio noise filter in JavaScript - quantile based</title><link>https://gordonlesti.com/a-audio-noise-filter-in-javascriptquantile-based/</link>
<description>A noise spectrum estimation and elimination filter written in JavaScript based on quantiles.</description>
<pubDate>Fri, 02 Dec 2016 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/a-audio-noise-filter-in-javascriptquantile-based/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/javascript/">JavaScript</category>
</item>
<item><title>A audio noise filter in JavaScript - speech / non-speech classifcation</title><link>https://gordonlesti.com/a-audio-noise-filter-in-javascriptspeech-non-speech-classifcation/</link>
<description>A noise spectrum estimation and elimination filter written in JavaScript based on frame wise speech / non-speech classifcation.</description>
<pubDate>Sun, 27 Nov 2016 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/a-audio-noise-filter-in-javascriptspeech-non-speech-classifcation/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/javascript/">JavaScript</category>
</item>
<item><title>Reading Web Audio API with JavaScript</title><link>https://gordonlesti.com/reading-web-audio-api-with-javascript/</link>
<description>Reading audio input from the Web Audio API in the browser with JavaScript.</description>
<pubDate>Mon, 21 Nov 2016 23:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/reading-web-audio-api-with-javascript/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/javascript/">JavaScript</category>
</item>
<item><title>Digitize a cassette tape with Linux</title><link>https://gordonlesti.com/digitize-a-cassette-tape-with-linux/</link>
<description>How to digitize a cassette tape with Audacity on Linux.</description>
<pubDate>Wed, 29 Jun 2016 22:00:00 GMT</pubDate>
<author>info@gordonlesti.com (Gordon Lesti)</author>
<guid
isPermaLink="false">https://gordonlesti.com/digitize-a-cassette-tape-with-linux/</guid>
<category
domain="https://gordonlesti.com/tag/audio/">Audio</category>
<category
domain="https://gordonlesti.com/tag/linux/">Linux</category>
</item>
</channel>
</rss>