Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/franck-gaspoz/windowsaudiosessionsample

Windows Audio Session (WASAPI) Sample
https://github.com/franck-gaspoz/windowsaudiosessionsample

audio csharp effects fft visualization vumeter wasapi windows wpf

Last synced: 15 days ago
JSON representation

Windows Audio Session (WASAPI) Sample

Awesome Lists containing this project

README

        

# Windows Audio Session (WASAPI) BASS.Net sample

A sample of usage of Windows Audio Session WASAPI using BASS.NET - WPF C# .NET Framework 4.8

- colored bars (vu-meters) showing captured device sound FFT , Sound Level and sound wave


a FFT having 512 bars + FFT with 16 bars and peak bars + stereo sound level


a FFT having 512 bars + FFT with 16 bars and peak bars + stereo sound level + sound wave

Run the project, select your audio device, and this tool will listen to the device internal output and animates some of the sound properties. The library BASS.NET is used to interface C# with the WASAPI Windows library.

Clean architecture approach: complete discoupling between data,data providers,data transformers,ui controls,drawers,view models,application logic.
Relying on the patterns MVVM, Command, Chain of responsability, Dependency injection, Mediator.

Implements several importants aspects of WPF programming:
- User Controls, Resources/Styles, Converters, View Models, Data annotations, Data validators, Data binding, Commands, Visual Drawings

## Components dependencies: