<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[The Steno.fm Blog]]></title><description><![CDATA[The Steno.fm Blog]]></description><link>https://blog.steno.fm/</link><image><url>https://blog.steno.fm/favicon.png</url><title>The Steno.fm Blog</title><link>https://blog.steno.fm/</link></image><generator>Ghost 5.28</generator><lastBuildDate>Wed, 15 Apr 2026 14:42:19 GMT</lastBuildDate><atom:link href="https://blog.steno.fm/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Three ways to sync transcripts with DAI podcasts]]></title><description><![CDATA[<p>The introduction of the <code>podcast:transcript</code> tag has been a massive leap forward, allowing podcast apps to display transcripts in sync with the audio. However, shows using dynamic ad insertion have not been able to benefit from this feature. In today&#x2019;s world, with <a href="https://www.theverge.com/2021/12/14/22834002/siriusxm-lawsuit-transcripts-deaf-users-ada-pandora-stitcher-podcast">SiriusXM facing a lawsuit for</a></p>]]></description><link>https://blog.steno.fm/dai-transcripts/</link><guid isPermaLink="false">637510baf861bc0551389fcb</guid><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Fri, 12 May 2023 14:40:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2022/11/syncing-dai.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2022/11/syncing-dai.jpg" alt="Three ways to sync transcripts with DAI podcasts"><p>The introduction of the <code>podcast:transcript</code> tag has been a massive leap forward, allowing podcast apps to display transcripts in sync with the audio. However, shows using dynamic ad insertion have not been able to benefit from this feature. In today&#x2019;s world, with <a href="https://www.theverge.com/2021/12/14/22834002/siriusxm-lawsuit-transcripts-deaf-users-ada-pandora-stitcher-podcast">SiriusXM facing a lawsuit for not offering transcripts for its podcasts</a>, all publishers need to prioritize transcripts, and podcast apps should strive for a best-in-class experience for their users.</p><h2 id="why-can%E2%80%99t-dai-podcasts-use-the-transcript-tag">Why can&#x2019;t DAI podcasts use the transcript tag?</h2><p>With each host implementing DAI in their own way, there are <a href="https://soundsprofitable.com/guide-and-article/the-many-flavors-of-dynamic-ad-insertion/">many flavors of dynamic ad insertion</a>. To offer audience targeting or programmatic advertising, enterprise-grade hosts must decide which ads will be served <em>after</em> the podcast has received the request yet <em>before</em> the episode is sent to the listener.<a href="#footnote-1"><sup>1</sup></a></p><p>Two people standing beside each other could download the same episode and receive different ad placements and episode durations. If you served a transcript with the same timestamps to both, it would quickly become apparent that the timestamps and audio are drifting further out of sync with every ad break. To avoid this, the podcast would need to provide a unique transcript for each request resynced to account for the placement and duration of the ads.</p><h3 id="1-client-side-syncing">1. Client-side syncing</h3><p>Recently, Snipd announced that they were <a href="https://blog.snipd.com/snipds-solves-out-of-sync-transcripts-and-audio-problems-caused-by-dynamic-ads-bc869e2755b3" rel="noopener noreferrer nofollow">using AI to detect dynamic ads</a> and resync the transcripts with the audio. It is especially impressive that they do this on-device every time a listener streams an episode. Snipd is transcribing all English podcasts themselves, but they aren&#x2019;t respecting existing transcripts in the RSS feed. That&#x2019;s a real shame if their automated transcription has any mistranscriptions that the podcasters could have addressed.</p><h3 id="2-id3-tags">2. ID3 Tags</h3><p>Any DAI podcast with chapters already adjusts the chapter markers in their ID3 tags to account for ad insertion. Similarly, the ID3 spec also includes a way to provide <a href="https://id3.org/id3v2.3.0#Synchronised_lyrics.2Ftext" rel="noopener noreferrer nofollow">synchronized lyrics/text</a> in MP3 files. Podcasts could provide resynced transcripts with each response. However, without podcast apps willing to display them, there hasn&#x2019;t been an incentive for DAI podcasts to adopt this method.</p><h3 id="3-link-headers">3. Link headers</h3><p>Recently, <a href="https://elk.zone/podcastindex.social/@c@qr.dev">Chris Quamme Rhoden</a> (Co-founder &amp; CTO of RadioPublic, acquired by Acast) suggested a new approach: <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link" rel="noopener noreferrer nofollow">Link headers</a>. When an audio file is requested, a podcast could provide one or more Link headers attached to the audio response pointing to a transcript tailored specifically for that request. This has the advantage over MP3 transcripts of working with any media codec, avoids dealing with ID3 tags, and supports multiple transcript formats or translations per request. Publishers would need to serve dynamically generated transcripts tailored for each request, and podcast apps would need to cache them alongside the downloaded audio. This is the most promising solution, but it has the furthest to go to achieve widespread adoption.</p><h2 id="looking-ahead">Looking ahead</h2><p>I hope to see the podcasting industry fully embrace synced transcripts to provide an accessible experience for all types of shows, regardless of how they&#x2019;re monetized. So many great features are unlocked if we widely adopt high-quality transcripts, and it feels like that future&#x2019;s in sight.</p><!--kg-card-begin: html--><section class="footnotes">
    <ol>
        <li id="footnote-1">
			Hosts like Buzzsprout, Transistor, and Captivate can support the transcript tag specifically because they don&#x2019;t support <em>Time of Download Decisioning</em> in their flavor of DAI.
        </li>
    </ol>
</section><!--kg-card-end: html-->]]></content:encoded></item><item><title><![CDATA[Introducing Steno.fm]]></title><description><![CDATA[<p>For many years, I moaned and groaned about the lack of easily accessible transcripts in podcasting. Projects like David Smith&#x2019;s <a href="https://www.david-smith.org/blog/2017/01/12/podsearch-a-random-side-project/">Podcast Search</a> and <a href="https://get.descript.com/1hjplmuj38p2">Descript</a> tempted me to scratch my own itch, but I shelved my idle designs when faced with the economic realities of high-quality transcription. As pieces</p>]]></description><link>https://blog.steno.fm/introducing-stenofm/</link><guid isPermaLink="false">61346b3250210c05bdffccc5</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Fri, 17 Feb 2023 06:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2023/02/alpha-r2-2.png" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2023/02/alpha-r2-2.png" alt="Introducing Steno.fm"><p>For many years, I moaned and groaned about the lack of easily accessible transcripts in podcasting. Projects like David Smith&#x2019;s <a href="https://www.david-smith.org/blog/2017/01/12/podsearch-a-random-side-project/">Podcast Search</a> and <a href="https://get.descript.com/1hjplmuj38p2">Descript</a> tempted me to scratch my own itch, but I shelved my idle designs when faced with the economic realities of high-quality transcription. As pieces of the puzzle started to come together, namely the <code>&lt;podcast:transcript&gt;</code> tag, I dusted off my mockups and revisited the project. And after a few delays, I&#x2019;m excited to launch this early preview.</p><h2 id="meet-stenofm">Meet Steno.fm</h2><p>Steno.fm is a proof-of-concept podcast app designed with first-class support for transcripts. Today, we&#x2019;re launching the alpha experience.</p><div class="kg-card kg-button-card kg-align-center"><a href="https://steno.fm/" class="kg-btn kg-btn-accent">Check it out!</a></div><h3 id="transcripts">Transcripts</h3><p>The transcripts are made possible by <a href="https://blog.steno.fm/hosts/">all the hosts</a> and podcasters that have adopted the transcript tag. Currently, there&#x2019;s over 24,000 podcasts and nearly 600,000 episodes using the transcript tag.</p><h3 id="explore">Explore</h3><p>The homepage features collections of podcasts that support the transcript tag. Please submit your show for an existing collection or propose a new collection by emailing <a href="mailto:hello@steno.fm">hello@steno.fm</a>.</p><h3 id="trending-episodes-with-op3">Trending Episodes with OP3</h3><p>Thanks to the generous work of John Spurlock, Our <a href="https://www.steno.fm/trending">Trending</a> page features episodes with both a transcript tag and <a href="https://op3.dev/">the OP3 prefix</a>.</p><h3 id="chapters">Chapters</h3><p>Chapters are another great tool for podcasters to provide more structured data to enrich their episodes, and we&#x2019;re proud to support them.</p><h3 id="person">Person</h3><p>Steno.fm has also added support for the <code>&lt;podcast:person&gt;</code> tag. You can now see credits for everyone involved in the production of a podcast in a new tab on any episode pages.</p><h3 id="trailer-season-episode">Trailer, Season &amp; Episode</h3><p>We&#x2019;re also taking advantage of the <code>&lt;podcast:trailer&gt;</code>, <code>&lt;podcast:season&gt;</code>, and <code>&lt;podcast:episode&gt;</code> tags. Season and episode numbers appear in the Episodes tab on any show page, and any podcast with a trailer will have that highlighted at the top of the show page. Otherwise, serial shows will promote their first episode, and episodic shows will promote their latest episode.</p><h3 id="funding">Funding</h3><p>Adding the <code>&lt;podcast:funding&gt;</code> tag was another quick win. You can locate it alongside other show-level details on the new Info tab.</p><h3 id="search">Search</h3><p>We&#x2019;ve also created a search field that incorporates multiple podcast APIs, including the Podcast Index, to help you find any show you&#x2019;re looking for.</p><h3 id="guid">GUID</h3><p>We&#x2019;re using the <code>&lt;podcast:guid&gt;</code> value for our show URLs. These UUIDs have a number of advantages over base64-encoded feed URLs, and we hope to see more products take advantage of them.</p><h2 id="more-to-come">More to come!</h2><p>If you&#x2019;d like to get involved, please reach out via <a href="https://twitter.com/stenofm">Twitter</a> or <a href="hello@steno.fm">email</a>. In the meantime, <a href="https://blog.steno.fm/tag/reading/#/portal/signup">subscribe to the blog</a> to follow our progress.</p><div class="kg-card kg-button-card kg-align-center"><a href="https://steno.fm/" class="kg-btn kg-btn-accent">Check it out!</a></div>]]></content:encoded></item><item><title><![CDATA[Which hosts support the transcript tag?]]></title><description><![CDATA[<p>Steno.fm supports <a href="https://blog.steno.fm/caption-methods/" rel="noopener noreferrer nofollow">multiple methods</a> of fetching captions for your podcasts. But the best experience for your listeners requires a host that supports <a href="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#transcript">Podcasting 2.0 transcripts</a>. </p><h2 id="top-hosts">Top Hosts</h2><p>Using data provided by <a href="https://livewire.io/">Livewire Labs</a>, let&#x2019;s look at the top retail hosts ranked by share of all new</p>]]></description><link>https://blog.steno.fm/hosts/</link><guid isPermaLink="false">61326046605dd49296a2c815</guid><category><![CDATA[Help]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Wed, 16 Nov 2022 16:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2022/11/transcript-tag.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2022/11/transcript-tag.jpg" alt="Which hosts support the transcript tag?"><p>Steno.fm supports <a href="https://blog.steno.fm/caption-methods/" rel="noopener noreferrer nofollow">multiple methods</a> of fetching captions for your podcasts. But the best experience for your listeners requires a host that supports <a href="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#transcript">Podcasting 2.0 transcripts</a>. </p><h2 id="top-hosts">Top Hosts</h2><p>Using data provided by <a href="https://livewire.io/">Livewire Labs</a>, let&#x2019;s look at the top retail hosts ranked by share of all new episodes found in October 2022 with the transcript tag.</p><h3 id="1-buzzsprout-4625">1. <a href="https://www.buzzsprout.com/blog/transcribe-your-podcast?referrer_id=1828172">Buzzsprout</a> (46.25%)</h3><p>Buzzsprout leads the pack in transcript tag adoption. Considering they wrote the initial proposal in September 2020, this isn&#x2019;t surprising. Buzzsprout supports importing transcripts from <a href="https://www.descript.com/?lmref=chfysQ">Descript</a>, Otter.ai, Temi, uploading your own <code>.SRT</code> file, as well as a field to input a transcript manually.</p><h3 id="2-captivate-1649">2. <a href="https://www.captivate.fm/blog/podcast-transcription/?ref=nathangathright">Captivate</a> (16.49%)</h3><p>Captivate was also an early adopter with the feature rolling out in March 2021. They also support importing from <a href="https://www.descript.com/?lmref=chfysQ">Descript</a>, uploading your own <code>.SRT</code> file, or manual entry.</p><h3 id="3-sounder-1431">3. <a href="https://blog.sounder.fm/efficiency-updates-transcription-podcast-index-and-adc/">Sounder</a> (14.31%)</h3><p>Sounder punches well above its weight relative to <a href="https://livewire.io/podcast-hosts-by-episode-share/#:~:text=Sounder">their volume of episodes</a>. They only adopted the transcript tag in February 2022. They earned this position by providing free transcription with every plan, which makes sense, given their investment in brand safety tools. Unfortunately, Sounder will be <a href="https://blog.sounder.fm/doubling-down-on-data-sunsetting-the-sounder-podcasting-platform/">shutting down their hosting platform</a> to focus on brand safety.</p><h3 id="4-transistor-836">4. <a href="https://transistor.fm/changelog/transcripts/?via=stenofm">Transistor</a> (8.36%)</h3><p>Transistor adopted the transcript tag in July 2021. They also support importing transcripts from <a href="https://www.descript.com/?lmref=chfysQ">Descript</a>, uploading your own <code>.SRT</code> file, or manual entry.</p><h3 id="5-rsscom-218">5. <a href="https://rss.com/blog/updates-to-rss-com-in-q4-2021/#:~:text=transcripts">RSS.com</a> (2.18%)</h3><p>RSS.com adopted the transcript in December 2021. You can only add a transcript via manual entry, so your transcript will only be plain-text and not synced to the audio.</p><!--kg-card-begin: html--><ol start="6">
  <li>Nox Solutions (2.14%)</li>
  <li><a href="https://blog.omnystudio.com/are-transcriptions-the-building-blocks-for-the-future-of-audio-distribution-464e653c2668">Omny Studio</a> (1.93%)</li>
  <li><a href="https://blog.podbean.com/podbean-adds-podcast-transcript-and-crowdfunding-tags/#Podcast-transcript-tag">Podbean</a> (1.83%)</li>
  <li><a href="https://blubrry.com/podcast-insider/2022/08/21/blubrry-partners-with-rev-for-podcast-transcription-and-captioning/?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2022-08-22">Blubrry</a> (1.38%)</li>
  <li><a href="https://twitter.com/firesidefm/status/1318970082891075590">Fireside.fm</a> (0.73%)</li>
  <li>Soundstack (0.34%)</li>
  <li><a href="https://support.audioboom.com/hc/en-us/articles/4414614631313-Adding-Episode-Transcripts">Audioboom</a> (0.30%)</li>
  <li><a href="https://castos.com/new-castos-dashboard-onboarding-and-podcast-2-0-support/#:~:text=Transcript%20tag">Castos</a> (0.16%)</li>
  <li>All others (3.60%)</li>
</ol><!--kg-card-end: html--><p>A few more hosts that didn&apos;t make the list here have indicated their adoption of the transcript tag <a href="https://podcastindex.org/apps?appTypes=hosting&amp;elements=Transcript">with the PodcastIndex</a>.</p><blockquote>The Steno.fm Blog is reader-supported. When you buy through links on our site, we may earn an affiliate commission. <a href="https://blog.steno.fm/affiliates">Learn More</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Snipd syncs audio & transcripts for episodes with dynamic ads]]></title><description><![CDATA[<p><a href="https://blog.snipd.com/snipds-solves-out-of-sync-transcripts-and-audio-problems-caused-by-dynamic-ads-bc869e2755b3">Snipd Rolls Out Innovative Solution to Sync Audio &amp; Transcripts for Episodes with Dynamic Ads</a>:</p><blockquote>Dynamic ads can be a pain for listeners and podcast players. Since the dynamic ads of an episode can vary from one listening session to the next, this causes the transcripts of the episode to</blockquote>]]></description><link>https://blog.steno.fm/snipd-rolls-out-innovative-solution-to-sync-audio-transcripts-for-episodes-with-dynamic-ads-by-snipd-oct-2022-medium/</link><guid isPermaLink="false">6376828573f81655192667c2</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Mon, 10 Oct 2022 05:00:00 GMT</pubDate><media:content url="https://miro.medium.com/max/1400/1*3UWiYaQX6JLTdiTHtpLFOw.png" medium="image"/><content:encoded><![CDATA[<img src="https://miro.medium.com/max/1400/1*3UWiYaQX6JLTdiTHtpLFOw.png" alt="Snipd syncs audio &amp; transcripts for episodes with dynamic ads"><p><a href="https://blog.snipd.com/snipds-solves-out-of-sync-transcripts-and-audio-problems-caused-by-dynamic-ads-bc869e2755b3">Snipd Rolls Out Innovative Solution to Sync Audio &amp; Transcripts for Episodes with Dynamic Ads</a>:</p><blockquote>Dynamic ads can be a pain for listeners and podcast players. Since the dynamic ads of an episode can vary from one listening session to the next, this causes the transcripts of the episode to be out-of-sync.<br><br>The innovation uses AI to detect dynamic ads and uses that information to resync transcripts to the audio while still streaming from the original RSS source.</blockquote>]]></content:encoded></item><item><title><![CDATA[Blubrry has added support for the Podcast Namespace transcript tag]]></title><description><![CDATA[<p><a href="https://blubrry.com/podcast-insider/2022/08/21/blubrry-partners-with-rev-for-podcast-transcription-and-captioning/?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2022-08-22">Blubrry Partners with Rev for Podcast Transcription and Captioning</a>:</p><blockquote>Blubrry is introducing a new web-based podcast player that uses transcription products integrated with Rev. This player will provide Blubrry podcasters with closed captioning and transcriptions, making every word actionable and accessible.</blockquote>]]></description><link>https://blog.steno.fm/blubrry-partners-with-rev-for-podcast-transcription-and-captioning-blubrry-podcasting/</link><guid isPermaLink="false">6376813873f81655192667bd</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Sun, 21 Aug 2022 17:45:11 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2022/11/blubrry.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2022/11/blubrry.jpg" alt="Blubrry has added support for the Podcast Namespace transcript tag"><p><a href="https://blubrry.com/podcast-insider/2022/08/21/blubrry-partners-with-rev-for-podcast-transcription-and-captioning/?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2022-08-22">Blubrry Partners with Rev for Podcast Transcription and Captioning</a>:</p><blockquote>Blubrry is introducing a new web-based podcast player that uses transcription products integrated with Rev. This player will provide Blubrry podcasters with closed captioning and transcriptions, making every word actionable and accessible.</blockquote>]]></content:encoded></item><item><title><![CDATA[Castos has added the transcript tag to the Seriously Simple Podcasting WordPress plugin]]></title><description><![CDATA[<p><a href="https://castos.com/new-castos-dashboard-onboarding-and-podcast-2-0-support/#:~:text=Transcript%20tag">New Castos Dashboard, Onboarding, and Podcast 2.0 Support!</a>:</p><blockquote>Since launching Value 4 Value support for Castos customers, we started rolling out additional Podcast 2.0 features for our Seriously Simple Podcasting WordPress users. <br><br>We&#x2019;re now including the Transcript tag support for users using our Transcript add-on plugin.</blockquote>]]></description><link>https://blog.steno.fm/new-castos-dashboard-onboarding-and-podcast-2-0-support-castos/</link><guid isPermaLink="false">63768f3173f816551926682e</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Wed, 17 Aug 2022 05:00:00 GMT</pubDate><media:content url="https://castos.com/wp-content/uploads/2022/07/castos-updates-1536x864.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://castos.com/wp-content/uploads/2022/07/castos-updates-1536x864.jpg" alt="Castos has added the transcript tag to the Seriously Simple Podcasting WordPress plugin"><p><a href="https://castos.com/new-castos-dashboard-onboarding-and-podcast-2-0-support/#:~:text=Transcript%20tag">New Castos Dashboard, Onboarding, and Podcast 2.0 Support!</a>:</p><blockquote>Since launching Value 4 Value support for Castos customers, we started rolling out additional Podcast 2.0 features for our Seriously Simple Podcasting WordPress users. <br><br>We&#x2019;re now including the Transcript tag support for users using our Transcript add-on plugin. This allows users to deliver podcast transcripts through the RSS feed in .txt, .html, .srt, and .vvt format. This is a fantastic feature that only the Podcast 2.0 standard supports. We believe transcripts are the future for podcast apps and directories to enhance a podcaster&#x2019;s reach.</blockquote>]]></content:encoded></item><item><title><![CDATA[Headliner launches EditEddy, a new text-based editor]]></title><description><![CDATA[<p><a href="https://www.producthunt.com/products/editeddy-by-headliner">EditEddy by Headliner launches on ProductHunt</a>:</p><blockquote>EditEddy by Headliner lets you upload your spoken word audio, get a fast, reliable transcript then edit your audio by editing the text. Remove filler words with the click of a button &amp; correct any errors in the transcript.</blockquote>]]></description><link>https://blog.steno.fm/editeddy-by-headliner-text-based-online-podcast-editor/</link><guid isPermaLink="false">6376809e73f81655192667b8</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Thu, 02 Jun 2022 05:00:00 GMT</pubDate><media:content url="https://ph-files.imgix.net/613d0e29-f08a-4159-b5b3-1f73eddc64ec.png?auto=compress&amp;codec=mozjpeg&amp;cs=strip&amp;auto=format&amp;fit=max&amp;dpr=2" medium="image"/><content:encoded><![CDATA[<img src="https://ph-files.imgix.net/613d0e29-f08a-4159-b5b3-1f73eddc64ec.png?auto=compress&amp;codec=mozjpeg&amp;cs=strip&amp;auto=format&amp;fit=max&amp;dpr=2" alt="Headliner launches EditEddy, a new text-based editor"><p><a href="https://www.producthunt.com/products/editeddy-by-headliner">EditEddy by Headliner launches on ProductHunt</a>:</p><blockquote>EditEddy by Headliner lets you upload your spoken word audio, get a fast, reliable transcript then edit your audio by editing the text. Remove filler words with the click of a button &amp; correct any errors in the transcript.</blockquote>]]></content:encoded></item><item><title><![CDATA[Sounder has added support for the Podcast Namespace transcript tag]]></title><description><![CDATA[<p><a href="https://blog.sounder.fm/efficiency-updates-transcription-podcast-index-and-adc/">Sounder Updates: Transcription Levels Up, Joining the Podcast Index, and Connecting Creators to our ADC Enterprise Technology</a>:</p><blockquote>Sounder has implemented a number of tags in Podcast Index&#x2019;s <a href="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#rss-namespace-extension-for-podcasting-tag-specification">RSS Namespace Extension for Podcasting (Tag Specification)</a>, to support their directory in protecting an open ecosystem in audio. Now, your episode&</blockquote>]]></description><link>https://blog.steno.fm/sounder-updates-transcription-levels-up-joining-the-podcast-index-and-connecting-creators-to-our-adc-enterprise-technology-sounder-fm/</link><guid isPermaLink="false">63767f7573f81655192667b3</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Mon, 28 Feb 2022 06:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2022/11/sounder.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2022/11/sounder.jpg" alt="Sounder has added support for the Podcast Namespace transcript tag"><p><a href="https://blog.sounder.fm/efficiency-updates-transcription-podcast-index-and-adc/">Sounder Updates: Transcription Levels Up, Joining the Podcast Index, and Connecting Creators to our ADC Enterprise Technology</a>:</p><blockquote>Sounder has implemented a number of tags in Podcast Index&#x2019;s <a href="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#rss-namespace-extension-for-podcasting-tag-specification">RSS Namespace Extension for Podcasting (Tag Specification)</a>, to support their directory in protecting an open ecosystem in audio. Now, your episode&#x2019;s full transcript can be found in supporting apps in addition to your Sounder webpage.</blockquote>]]></content:encoded></item><item><title><![CDATA[Poddin, a new transcription service, launches on ProductHunt]]></title><description><![CDATA[<p><a href="https://www.producthunt.com/products/poddin-1-0#poddin-1-0">Poddin launches on ProductHunt</a>:</p><blockquote>There are many similar products on the market, so what are the advantages of Poddin?<br><br><strong>Accuracy</strong>, we can provide industry-leading accuracy in speech recognition, and after testing by our few users. This means you don&apos;t have to spend too much time editing and proofreading.</blockquote>]]></description><link>https://blog.steno.fm/poddin-1-0-get-your-podcast-transcript-with-ease/</link><guid isPermaLink="false">63767ef873f81655192667ae</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Sun, 20 Feb 2022 06:00:00 GMT</pubDate><media:content url="https://ph-files.imgix.net/f4ac1d8a-59aa-458e-99ea-2694e0e1b3b7.png?auto=compress&amp;codec=mozjpeg&amp;cs=strip&amp;auto=format&amp;fit=max&amp;dpr=2" medium="image"/><content:encoded><![CDATA[<img src="https://ph-files.imgix.net/f4ac1d8a-59aa-458e-99ea-2694e0e1b3b7.png?auto=compress&amp;codec=mozjpeg&amp;cs=strip&amp;auto=format&amp;fit=max&amp;dpr=2" alt="Poddin, a new transcription service, launches on ProductHunt"><p><a href="https://www.producthunt.com/products/poddin-1-0#poddin-1-0">Poddin launches on ProductHunt</a>:</p><blockquote>There are many similar products on the market, so what are the advantages of Poddin?<br><br><strong>Accuracy</strong>, we can provide industry-leading accuracy in speech recognition, and after testing by our few users. This means you don&apos;t have to spend too much time editing and proofreading. You don&apos;t have to worry about your accent either.<br><br><strong>Cheap</strong>. We&apos;re cheaper than most podcast transcription tools, 50 times cheaper than Rev, and 8 times cheaper than Happy Scirbe. Podcast hosts pay a lot of bills every month, but for Poddin I don&apos;t want the Poddin to be a burden to you.<br><br>Unlike some businesses and companies, Poddin is just my personal project, self-funded. The reason I originally set up Poddin was that I didn&apos;t have time to listen to podcasts, so reading would save me a lot of time. So Poddin is sort of a project created by the audience</blockquote>]]></content:encoded></item><item><title><![CDATA[Podbean has added support for the Podcast Namespace transcript tag]]></title><description><![CDATA[<p><a href="https://blog.podbean.com/podbean-adds-podcast-transcript-and-crowdfunding-tags/#Podcast-transcript-tag">Podbean Adds Podcast Transcript and Crowdfunding Tags</a>:</p><blockquote>Some podcast directories such as Apple Podcasts will link to your transcript file and allow your podcast transcript to serve different purposes, such as being able to search for a podcast based on the transcript. Currently, we support .srt file type for transcripts.</blockquote>]]></description><link>https://blog.steno.fm/podbean-adds-podcast-transcript-and-crowdfunding-tags/</link><guid isPermaLink="false">63768e3c73f816551926681e</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Thu, 06 Jan 2022 06:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2022/11/podbean.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2022/11/podbean.jpg" alt="Podbean has added support for the Podcast Namespace transcript tag"><p><a href="https://blog.podbean.com/podbean-adds-podcast-transcript-and-crowdfunding-tags/#Podcast-transcript-tag">Podbean Adds Podcast Transcript and Crowdfunding Tags</a>:</p><blockquote>Some podcast directories such as Apple Podcasts will link to your transcript file and allow your podcast transcript to serve different purposes, such as being able to search for a podcast based on the transcript. Currently, we support .srt file type for transcripts.</blockquote>]]></content:encoded></item><item><title><![CDATA[SiriusXM sued for failing to provide podcast transcripts for Deaf users]]></title><description><![CDATA[<p><a href="https://www.theverge.com/2021/12/14/22834002/siriusxm-lawsuit-transcripts-deaf-users-ada-pandora-stitcher-podcast">Key quote:</a></p><blockquote>We can&#x2019;t sue every bad podcast provider in a single lawsuit and had to start somewhere, but it is important to deaf and hard of hearing users that transcripts be provided across all podcast platforms,&#x201D; Christina Brandt-Young of DRA said in an email to The</blockquote>]]></description><link>https://blog.steno.fm/siriusxm-sued-for-failing-to-provide-podcast-transcripts-for-deaf-users-the-verge/</link><guid isPermaLink="false">61ba26f169dec25c5d341a1d</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Tue, 14 Dec 2021 06:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2021/12/sxm.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2021/12/sxm.jpg" alt="SiriusXM sued for failing to provide podcast transcripts for Deaf users"><p><a href="https://www.theverge.com/2021/12/14/22834002/siriusxm-lawsuit-transcripts-deaf-users-ada-pandora-stitcher-podcast">Key quote:</a></p><blockquote>We can&#x2019;t sue every bad podcast provider in a single lawsuit and had to start somewhere, but it is important to deaf and hard of hearing users that transcripts be provided across all podcast platforms,&#x201D; Christina Brandt-Young of DRA said in an email to The Verge. &#x201C;It&#x2019;s deeply concerning to us that even when the authors of podcasts make their transcripts available elsewhere (like some podcasts from the New York Times), SiriusXM, Stitcher, and Pandora don&#x2019;t provide them through their services, making our clients work twice as hard to get the same information everyone else gets.</blockquote>]]></content:encoded></item><item><title><![CDATA[Amazon Music launches its first true podcasts feature: synced transcripts]]></title><description><![CDATA[<p><a href="https://www.theverge.com/2021/11/2/22752750/amazon-music-podcast-transcripts-synchronized">Amazon Music launches synced transcripts</a>:</p><blockquote>The service plans to roll out automatically generated, synchronized transcripts on both iOS and Android in the US starting today, meaning the transcripts will match the audio you&#x2019;re hearing, and you can toggle around them to jump to specific parts of the audio.</blockquote>]]></description><link>https://blog.steno.fm/amazon-music-launches-its-first-true-podcasts-feature-synced-transcripts-the-verge/</link><guid isPermaLink="false">61814a1a69dec25c5d3419d9</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Tue, 02 Nov 2021 05:00:00 GMT</pubDate><media:content url="https://cdn.vox-cdn.com/thumbor/xbfklMpdnWpcMgPNfxAC8Xw4LZg=/0x64:1912x1065/fit-in/1200x630/cdn.vox-cdn.com/uploads/chorus_asset/file/22967898/PR_browsescreens.png" medium="image"/><content:encoded><![CDATA[<img src="https://cdn.vox-cdn.com/thumbor/xbfklMpdnWpcMgPNfxAC8Xw4LZg=/0x64:1912x1065/fit-in/1200x630/cdn.vox-cdn.com/uploads/chorus_asset/file/22967898/PR_browsescreens.png" alt="Amazon Music launches its first true podcasts feature: synced transcripts"><p><a href="https://www.theverge.com/2021/11/2/22752750/amazon-music-podcast-transcripts-synchronized">Amazon Music launches synced transcripts</a>:</p><blockquote>The service plans to roll out automatically generated, synchronized transcripts on both iOS and Android in the US starting today, meaning the transcripts will match the audio you&#x2019;re hearing, and you can toggle around them to jump to specific parts of the audio. For now, the transcripts are only coming to certain Amazon Music and Wondery shows, along with partner programs that have worked with Amazon on the feature, like *This American Life* and *Crime Junkie*.</blockquote>]]></content:encoded></item><item><title><![CDATA[How to create a podcast transcript - Podcastpage.io]]></title><description><![CDATA[<p><a href="https://podcastpage.io/how-to-create-a-podcast-transcript/?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2021-10-11">Podcastpage.io recommends adding transcripts to your podcast website and shows how to do it on their platform: </a></p><blockquote>This way your audience can navigate to that page but also can easily search for other episodes as well. If you add timestamps in your transcript, Podcastpage would automatically turn those into</blockquote>]]></description><link>https://blog.steno.fm/how-to-create-a-podcast-transcript-podcastpage-io/</link><guid isPermaLink="false">616445dc69dec25c5d3419c0</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Sun, 10 Oct 2021 05:00:00 GMT</pubDate><media:content url="https://149403428.v2.pressablecdn.com/wp-content/uploads/2021/10/dan-counsell-zIwAchjDirM-unsplash-scaled.jpg?extend" medium="image"/><content:encoded><![CDATA[<img src="https://149403428.v2.pressablecdn.com/wp-content/uploads/2021/10/dan-counsell-zIwAchjDirM-unsplash-scaled.jpg?extend" alt="How to create a podcast transcript - Podcastpage.io"><p><a href="https://podcastpage.io/how-to-create-a-podcast-transcript/?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2021-10-11">Podcastpage.io recommends adding transcripts to your podcast website and shows how to do it on their platform: </a></p><blockquote>This way your audience can navigate to that page but also can easily search for other episodes as well. If you add timestamps in your transcript, Podcastpage would automatically turn those into clickable links and help your listeners to jump to specific spots within your episodes.</blockquote>]]></content:encoded></item><item><title><![CDATA[Zencastr adds transcription to their professional plan]]></title><description><![CDATA[<p><a href="http://blog.zencastr.com/blog/2021/10/7/introducing-our-most-requested-feature-transcriptions?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2021-10-11">Zencastr adds transcription to their professional plan: </a></p><blockquote>Now for every English-language recording on Zencastr, a transcript of the entire conversation is automatically generated and available to be downloaded alongside your individual audio and video files.</blockquote>]]></description><link>https://blog.steno.fm/introducing-our-most-requested-feature-transcriptions-zencastr/</link><guid isPermaLink="false">616444b669dec25c5d3419bb</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Thu, 07 Oct 2021 05:00:00 GMT</pubDate><media:content url="https://blog.steno.fm/content/images/2021/11/trbanner.png" medium="image"/><content:encoded><![CDATA[<img src="https://blog.steno.fm/content/images/2021/11/trbanner.png" alt="Zencastr adds transcription to their professional plan"><p><a href="http://blog.zencastr.com/blog/2021/10/7/introducing-our-most-requested-feature-transcriptions?utm_source=podnews.net&amp;utm_medium=web&amp;utm_campaign=podnews.net:2021-10-11">Zencastr adds transcription to their professional plan: </a></p><blockquote>Now for every English-language recording on Zencastr, a transcript of the entire conversation is automatically generated and available to be downloaded alongside your individual audio and video files.</blockquote>]]></content:encoded></item><item><title><![CDATA[Pluto TV to Pay $3.5 Million for FCC Accessibility Rule Violations]]></title><description><![CDATA[<p><a href="https://variety.com/2021/digital/news/pluto-tv-fcc-closed-captioning-rules-1235077364/">Todd Spangler at Variety covered the story:</a></p><blockquote>The FCC said the action against Pluto TV marks the first consent decree &#x2014; and first enforcement action &#x2014; related to closed-captioning rules that apply to internet-based services since their adoption in 2012. &#x201C;Given the growth of streaming services, this action reinforces</blockquote>]]></description><link>https://blog.steno.fm/pluto-tv-to-pay-3-5-million-for-fcc-accessibility-rule-violations-variety/</link><guid isPermaLink="false">618aa63269dec25c5d3419f7</guid><category><![CDATA[What We’re Reading]]></category><dc:creator><![CDATA[Nathan Gathright]]></dc:creator><pubDate>Wed, 29 Sep 2021 05:00:00 GMT</pubDate><media:content url="https://variety.com/wp-content/uploads/2021/09/Pluto-TV-Logo.png?w=1024" medium="image"/><content:encoded><![CDATA[<img src="https://variety.com/wp-content/uploads/2021/09/Pluto-TV-Logo.png?w=1024" alt="Pluto TV to Pay $3.5 Million for FCC Accessibility Rule Violations"><p><a href="https://variety.com/2021/digital/news/pluto-tv-fcc-closed-captioning-rules-1235077364/">Todd Spangler at Variety covered the story:</a></p><blockquote>The FCC said the action against Pluto TV marks the first consent decree &#x2014; and first enforcement action &#x2014; related to closed-captioning rules that apply to internet-based services since their adoption in 2012. &#x201C;Given the growth of streaming services, this action reinforces the FCC&#x2019;s commitment that people with disabilities should be able to access and enjoy streaming services,&#x201D; the bureau said in a statement. The FCC&#x2019;s IP closed-captioning rules apply broadly to the distributors, providers and owners of internet-delivered video programming. The rules require the closed captioning of IP-delivered video programming and impose requirements on certain devices that receive or play back video programming. Under the FCC&#x2019;s regulations, all full-length video programming streamed over the internet must be provided with closed captions if the programming was previously aired on television in the U.S. with captions (or is live programming simulcast on TV in the U.S. with captions).</blockquote>]]></content:encoded></item></channel></rss>