├── LICENSE ├── README.md ├── audioWhisper.py ├── requirements.txt └── screenshots ├── --deviceslist.png ├── running time (i5-8265u without cuda).png ├── stereomix.png └── taskmanager (i5-8265u without cuda).png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/README.md -------------------------------------------------------------------------------- /audioWhisper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/audioWhisper.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/requirements.txt -------------------------------------------------------------------------------- /screenshots/--deviceslist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/screenshots/--deviceslist.png -------------------------------------------------------------------------------- /screenshots/running time (i5-8265u without cuda).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/screenshots/running time (i5-8265u without cuda).png -------------------------------------------------------------------------------- /screenshots/stereomix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/screenshots/stereomix.png -------------------------------------------------------------------------------- /screenshots/taskmanager (i5-8265u without cuda).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awexandrr/audioWhisper/HEAD/screenshots/taskmanager (i5-8265u without cuda).png --------------------------------------------------------------------------------