An open API service indexing awesome lists of open source software.

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

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) |

![User interface screenshot](https://raw.githubusercontent.com/Simsso/SoundCatcher/1ae6d2f6852cea0317933a082bc6fee6752a1ab6/SoundCatcherWPF/Screenshots/ui.png)

## 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)