https://github.com/antonako1/audiowhisper
Microphone audio playback
https://github.com/antonako1/audiowhisper
batch csharp headphones microphone microphone-audio-capture nsis powershell speaker speaker-recognition windows
Last synced: 2 months ago
JSON representation
Microphone audio playback
- Host: GitHub
- URL: https://github.com/antonako1/audiowhisper
- Owner: Antonako1
- License: mit
- Created: 2024-02-12T23:01:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T18:36:13.000Z (6 months ago)
- Last Synced: 2025-02-13T05:16:20.739Z (4 months ago)
- Topics: batch, csharp, headphones, microphone, microphone-audio-capture, nsis, powershell, speaker, speaker-recognition, windows
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Microphone audio replayer
### Replays microphone's audio in real time
---
### Controls:
- 1 = Start microphone playback
- 2 = Stop microphone playback
- 3 = Edit settings
- 1 = Edit values
- 2 = Help message
- 3 = Return
- F7 = Toggle playback while app is out of focus
- Q = Exit program---
### Building:**Executable's directory must have save.json and backup_save.json to work**
- Standalone executable:
- ``` dotnet build ```
- ``` dotnet publish ```
- ``` run.bat ```**Running either script will move all necessary files to \nsis**
- Installer (requires [nsis](https://nsis.sourceforge.io/Download)):
- ``` zero_build.bat ```
- ``` build_setup_executable.bat (run "dotnet publish" before running) ```
---