TylerCarberry / TestedTimestamps

Generates timestamps for the Tested podcast This is Only a Test by listening for the transition music.

Home Page:https://www.youtube.com/channel/UCT0m2Oghu7o2bfgv_QoFUTA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tested Timestamp Bot

Generates timestamps for the Tested Podcast This is Only a Test by listening for the transition music.

Example

Screen Shot 2019-07-07 at 8 22 39 PM

How it works

The hosts of the podcast play transition music before talking about different topics. This YouTube bot listens for those audio clips and generates episode timestamps when these cues are played.

  • Every hour the bot checks the newest published podcast
  • If there's a new episode it downloads the mp3 and breaks it up into pieces using ffmpeg
  • Using audfprint it finds the position of the audio cues within the podcast
  • Then it posts a comment on the video using the YouTube API

About

Generates timestamps for the Tested podcast This is Only a Test by listening for the transition music.

https://www.youtube.com/channel/UCT0m2Oghu7o2bfgv_QoFUTA


Languages

Language:Python 95.2%Language:Makefile 3.0%Language:HTML 1.2%Language:Dockerfile 0.6%