Story Details

  • Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)

    Posted: 2025-01-17 14:56:53

    This blog post details the author's process of creating "guitaraoke" videos: karaoke videos with automated chord diagrams. Using the Vamp plugin Chordino to analyze audio and extract chord information, the author then leverages ImageSharp (a C# image processing library) to generate chord diagram images. Finally, FFmpeg combines these generated images with the original music video to produce the final guitaraoke video. The post focuses primarily on the technical challenges and solutions encountered while integrating these different tools, especially handling timestamps and ensuring smooth transitions between chords.

    Summary of Comments ( 6 )
    https://news.ycombinator.com/item?id=42738143

    The Hacker News comments generally praise the author's clear writing style and interesting project. Several users discuss their own experiences with similar audio analysis tools, mentioning alternatives like LibChord and Madmom. Some express interest in the underlying algorithms and the potential for real-time performance. One commenter points out the challenge of accurately transcribing complex chords, while another highlights the project's educational value in understanding audio processing. There's a brief discussion on the limitations of relying solely on frequency analysis for chord recognition and the need for rhythmic context. Finally, a few users share their excitement for the upcoming parts of the series.