-
Notifications
You must be signed in to change notification settings - Fork 0
License
oivindkulsrud/audiototext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# intro Script to do audio to text from the terminal. Developed and tested on the mac but probably works fine on linux as well. # Install ffmpeg and portaudio brew install ffmpeg brew install portaudio or sudo apt-get install ffmpeg maybe portaudio? not sure # install python packages poetry install # run the app poetry run python app.py # make the runner executable chmod +x app_runner_macos you can then drag the app_runner_macos file to your dock and run it from there (you also need to make the terminal app you use close automatically on exit, or at least you should consider it) # compile applescript osacompile -o TalkPaste.app dictation_with_paste.applescript fileicon set TalkPaste.app /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarMicrophone.icns
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published