<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Whisper on Prateek Sharma</title>
		<link>https://prateeksharma.me/tags/whisper/</link>
		<description>Recent content in Whisper on Prateek Sharma</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Mon, 31 Aug 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://prateeksharma.me/tags/whisper/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Whisper&#39;s turbo model beat large on noisy audio, in practice</title>
				<link>https://prateeksharma.me/notes/whisper-turbo-vs-large-on-noisy-audio/</link>
				<pubDate>Mon, 31 Aug 2026 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/notes/whisper-turbo-vs-large-on-noisy-audio/</guid>
				<description>&lt;p&gt;Building the &lt;a href=&#34;https://prateeksharma.me/projects/video-translator/&#34;&gt;Video Translator&lt;/a&gt;&#xA;, the assumption&#xA;going in was that OpenAI Whisper&amp;rsquo;s larger model would transcribe more&#xA;accurately. In practice, on clips with loud background music, the &lt;code&gt;turbo&lt;/code&gt; model&#xA;did noticeably better than &lt;code&gt;large&lt;/code&gt; — it seems to tolerate messy audio better&#xA;rather than just being a faster, lower-quality option. Separating vocals from&#xA;background music first (with demucs) didn&amp;rsquo;t help as much as expected either;&#xA;Whisper handled the mixed track better on its own. Worth trying &lt;code&gt;turbo&lt;/code&gt; first&#xA;rather than assuming bigger is more accurate.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Video Translator</title>
				<link>https://prateeksharma.me/projects/video-translator/</link>
				<pubDate>Mon, 23 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/projects/video-translator/</guid>
				<description>&lt;p&gt;I always wanted to watch Japanese anime and other foreign-language films in&#xA;English without living in the subtitles. During a break I decided to see how far&#xA;open-source models could get me, and built a script that:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Extracts the background audio from the video.&lt;/li&gt;&#xA;&lt;li&gt;Transcribes it to a subtitle file in the original language.&lt;/li&gt;&#xA;&lt;li&gt;Translates each subtitle to English.&lt;/li&gt;&#xA;&lt;li&gt;Converts the translated subtitles to audio.&lt;/li&gt;&#xA;&lt;li&gt;Merges the translated audio with the background track.&lt;/li&gt;&#xA;&lt;li&gt;Muxes the final audio back into the video.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I wanted to lean on open-source tooling and minimize paid services:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
