7 comments

  • ortusdux7 minutes ago
    This would be a killer feature for a podcast app. I can't stomach NPR content unless it's sped up to almost 2x, with the exception of a few fast talking hosts.
  • golfer1 hour ago
    This is a very clever idea. Unfortunately I dislike installing extensions, because so many of them seem to get taken over by nefarious owners. Sadly it&#x27;s poisoned the whole extension platform for me.<p>FYI: On Youtube, the keyboard shortcut for changing the video speed is simply pressing &lt; or &gt;
    • varenc36 minutes ago
      Note that this extension is offered on GitHub, not the Chrome Extension store, so if you load it from source it&#x27;ll never be updated unless you update the code.<p>I do this for any extension I give big permissions. Rather than installing it from the Chrome extension store, I just download its source and &#x27;load unpacked extension&#x27; directly. This method is just a roundabout a way to disable Chrome extension updates. (and of course I&#x27;m still trusting the extension&#x27;s code quite a bit, but at least I don&#x27;t have to worry about it changing)
    • Gander573949 minutes ago
      This extension appears to be installed directly from the files - I don&#x27;t think it would automatically update even if a nefarious owner later gained control of the repository.
  • Bolwin4 days ago
    Very interesting idea, but doesn&#x27;t seem to work very well. I tried on three videos. On two it miscounted to an absurdly low rate of ~1 syllable&#x2F;s and played it at the max speed which was illegible and in one it failed to detect any speech at all.
  • hackemmy17 minutes ago
    This is really cool. I build Chrome extensions too and the hardest part with anything audio related is getting the detection right across different types of content. Lectures vs podcasts vs casual vlogs all have very different speech patterns. I wonder if this could also work with non-English content since syllable detection probably breaks down with tonal languages.
  • apparent29 minutes ago
    Pretty cool, would be great if it could detect accented speech and have a different normalized speed for that. I listen to most people at 2x or more, but I can&#x27;t usually understand accented English quite that fast.
  • Mc_Big_G4 days ago
    I have a policy against installing extensions but I might make an exception for this one. I default to 2x and often have to go to 3x if the speaker is really slow. The one exception is music production related videos and it is sometimes excruciating to get through. This is most likely because I&#x27;m usually watching some kind of instructional or educational video and just want the content and have no interest in being &quot;entertained&quot;. That said, I understand that you have to game YouTube&#x27;s algo and rules in order to make even a tiny bit of money. Imagine if every channel cut the first 30 seconds of every video intro and everyone could just get to the point.
    • navark4 days ago
      The extension you are looking for is &quot;Sponsorblock&quot;. It crowd sources timestamps to auto-skip intros, ad-reads, credits, etc and is pretty customizable.
      • nomilk28 minutes ago
        Sponsorblock instantly &#x27;broke&#x27; video for me; I feel incredible discomfort watching any video without it. Amazing extension.<p>Such is its utility, this single extension lifts youtube as a platform higher above tv or or native video players on other sites which don&#x27;t have any sponsorblock capability.
    • altairprime4 days ago
      You could make a rewrite extension that seeks all video elements to 30s by default. Might not be perfect but it sounds like it would be useful for you.
      • efilife4 days ago
        what&#x27;s rewrite?
        • altairprime3 days ago
          For example: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;re-enable-right-click&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;re-enable-rig...</a> is a Firefox extension that &#x27;rewrites&#x27; webpages to remove &#x27;disable right click&#x27; code, <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;disable-autoplay&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;disable-autop...</a> &#x27;rewrites&#x27; webpages to disable HTML5 video autoplay, etc. So you could, perhaps, rewrite the &lt;source src=&quot;&quot;&gt; attribute within &lt;video&gt; elements to, if it doesn&#x27;t already end with #t=x (x is in seconds), to end with #t=30. (Perhaps only the first one? This isn&#x27;t something I desire, so my investment is limited.)<p>See also: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;media-frags&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;media-frags&#x2F;</a>
    • childintime4 days ago
      Or ask gemini to summarize the video instead.
  • shevy-java13 minutes ago
    Damn it!<p>Now I am called The Snail Speaker. :(<p>What I found interesting is ... if you have some recorded lectures from a university, some speakers are ultra-fast at 1x speed; and some others are acceptable once at 1.5 or 1.75.<p>Most I find difficult to understand at 2.0x though, so I mostly settled between the range of 1.25 to 1.5, sometimes 1.75 (depends on the topic too, of course; some topic is harder to understand, but here my thought was that some are able to speak fast and others can not. It&#x27;s almost a skill to have or not have).