https://github.com/gamefuzzy/anki-mine-macos
Bash script that helps you record audio and take screenshots and send them to your last created Anki card.
https://github.com/gamefuzzy/anki-mine-macos
anki language-learning macos script sentence-mining
Last synced: about 1 year ago
JSON representation
Bash script that helps you record audio and take screenshots and send them to your last created Anki card.
- Host: GitHub
- URL: https://github.com/gamefuzzy/anki-mine-macos
- Owner: GameFuzzy
- License: mit
- Created: 2024-07-26T09:58:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T16:48:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T04:11:45.580Z (over 1 year ago)
- Topics: anki, language-learning, macos, script, sentence-mining
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anki-mine-macos
```text
# ---------------------- README ----------------------
# Consult 'anki-mine --help' for instructions on how to use the script.
# DEPENDENCIES: # - python 3.9 or higher, sox, ffmpeg, jp-mining-note (you only
# need to have the add-on installed; you do not have to use it as your note type).
# - For recording audio you'll need an audio loopback driver such as
# https://github.com/ExistentialAudio/BlackHole (Get BlackHole 2ch if you don't
# specifically need more channels for something else).
# You'll want to create a Multi-Output device that outputs audio to both your
# headphones/speakers and BlackHole.
# Instructions on how to set this up can be found here:
# https://github.com/ExistentialAudio/BlackHole/wiki/Multi-Output-Device.
# You can either configure it to be used as your system-wide default audio
# output (not recommended) or configure it to only be the default output for Wine
# (or any other application that you want to record from) by using the command 'winecfg'
# and, under the Audio submenu, choosing "Multi-Output Device" as the default audio
# output device.
# Contact me on Discord @gamefuzzy if you need any help with setting it up.
# NOTES: # The script will not work if you change the filename from
# "anki-mine.sh" to something else.
# You may need to change some of the configuration options below:
# ------------------ END OF README -------------------
```