Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Audio2anki Alternatives
Similar projects and alternatives to audio2anki
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
Anki-Android
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
-
-
Scrawl-canvas
Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
tsk
Taskusanakirja. A tiny, fast, portable Finnish-English dictionary, which searches as you type. (by hiAndrewQuinn)
-
-
-
-
-
-
-
HacKit-Feedback-And-Support
Discontinued Feedback and support for HacKit, a third-party native Mac app for Hacker News, a social news website. [Moved to: https://github.com/anosidium/HacKit-App]
-
-
yt-transcriber
CLI app- Give it a YouTube URL and you get a transcription with possible speaker identification and optional summary or translation, all thanks to open-source AI tooling and my lack of enough free time to watch content-sparse YouTube videos
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
audio2anki discussion
audio2anki reviews and mentions
-
Show HN: Turn native language audio into flashcards and shadowing practice
Very nice work. I'm going for a different thing, but my audio2anki tool [1] is about as streamlined as I could make it to turn a YouTube URL I want to learn into a stack of Anki flashcards.
[1]: https://github.com/hiAndrewQuinn/audio2anki
-
Give it a YouTube URL and you get a transcription with speaker identification
Minus the summarization, that is the same pipeline I use in [1] for generating listening practice Anki flashcards for foreign language students. It surprised me that nobody had really built out a program I could find around yt-dlp and Whisper for this kind of use case even a few years after it came out.
[1]: https://github.com/hiAndrewQuinn/audio2anki
-
My AI Skeptic Friends Are All Nuts
Definitely not. I took this same basic idea of feeding videos into Whisper to get SRT subtitles and took it a step further to make automatic Anki flashcards for listening practice in foreign languages [1]. I literally feel like I'm living in the future every time I run across one of those cards from whatever silly Finnish video I found on YouTube pops up in my queue.
These models have made it possible to robustly practice all 4 quadrants of language learning for most common languages using nothing but a computer, not just passive reading. Whisper is directly responsible for 2 of those quadrants, listening and speaking. LLMs are responsible for writing [2]. We absolutely live in the future.
[1]: https://github.com/hiandrewquinn/audio2anki
[2]: https://hiandrewquinn.github.io/til-site/posts/llm-tutored-w...
- Ask HN: What are you working on? (May 2025)
-
Spaced Repetition Systems Have Gotten Way Better
You can add my https://github.com/hiAndrewQuinn/audio2anki script to the space, in a similar position to subs2srs.
The big thing my script does differently is run Whisper locally to actually generate the subtitles from the video themselves. Most videos out in the real world don't come with convenient little SRT files bundled with them.
It doesn't yet shell out anywhere to automatically provide a translation, but that's more because I was already past that stage for most of its output reading-wise. It's explicitly tuned to make listening practice SRSable.
- Show HN: Audio2anki – Use Whisper to turn YouTube vids into listening practice
-
Ask HN: What Are You Working On? (February 2025)
I continue to spend most of my free energy learning Finnish. Only a few more years and I should be able to finally focus on my career again :')
Two new projects of note this month, one specific to Finnish language learners, and one that is probably useful for language learners in general:
* https://github.com/hiAndrewQuinn/tsk - A Finnish pocket dictionary with a TUI interface. This is the first nontrivial thing I've built in Go, by which I meant I had to implement and tweak a randomly pruning trie by hand to get the performance characteristics I wanted (it wasn't actually that bad). I chose Go mostly because of the fantastic cross-compilation story.
* https://github.com/hiAndrewQuinn/audio2anki - This Python program wraps around `yt-dlp` and `whisper` to create Anki decks for listening practice. This should work for any (monolingual) video in any language. There are many such projects on GitHub, I'm aware, but it was surprisingly hard to find any that actually wrapped around Whisper instead of needing an SRT, VTT, etc file to come from somewhere else. In that sense mine is a "one command" solution - just provide the YouTube link and go.
-
A note from our sponsor - Kargo
akuity.io | 12 Sep 2026
Stats
hiAndrewQuinn/audio2anki is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of audio2anki is Python.