https://github.com/simsso/soundcatcher
Simple sound recording tool for Windows
https://github.com/simsso/soundcatcher
audio recording wasapi
Last synced: 7 months ago
JSON representation
Simple sound recording tool for Windows
- Host: GitHub
- URL: https://github.com/simsso/soundcatcher
- Owner: Simsso
- Created: 2016-05-10T21:16:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T18:07:54.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T23:52:31.070Z (12 months ago)
- Topics: audio, recording, wasapi
- Language: C#
- Size: 3.12 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoundCatcher
Simple sound recording tool for Windows
For detailed information about this tool visit [Audio-Mitschneider - Sound-Ausgabe von Windows aufzeichnen](http://heise.de/-2717947) (German)*
## Versions
| | WPF | Console |
|--- | --- | --- |
|Description | Version with graphical user interface and auto-cut function | Basic console version
|Download | [SoundCatcherWPF.exe](https://github.com/Simsso/SoundCatcher/raw/master/SoundCatcherWPF/bin/Release/SoundCatcherWPF.exe) | [SoundCatcher.exe](https://github.com/Simsso/SoundCatcher/raw/master/SoundCatcher/bin/Release/SoundCatcher.exe)|
|Source code | [master](https://github.com/Simsso/SoundCatcher/tree/master/SoundCatcherWPF) | [master](https://github.com/Simsso/SoundCatcher/tree/master/SoundCatcher) |

## WASAPI
The Windows Audio Session API (WASAPI) enables client applications to manage the flow of audio data between the application and an audio endpoint device. [Read more](https://msdn.microsoft.com/library/windows/desktop/dd371455.aspx)