mshish / micser

Micser is a modular audio routing framework for Microsoft Windows (mostly) written in C#.

Home Page:https://lloreggia.ch/projects/micser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micser

Micser is a modular audio routing framework for Microsoft Windows (mostly) written in C#.

The application includes the following parts:

  • WPF application with graphical audio routing using widgets
  • Audio engine Windows service
  • Virtual audio cable driver with a configurable number of devices (WIP, will require an extended validation code signing certificate)

Building

Requirements

  • Visual Studio 2019
    • .NET Core SDK 3.1
    • Windows 10 SDK, version 10.0.18362.0
    • WDK for Windows 10, version 1903
    • MSVC v142 build tools & spectre-mitigated libs (v14.21)
  • WiX Toolset 3.11.1

Build Status micser CI

Installer

Building the installer (Micser.Setup project) and the driver (Micser.Vac.* projects) in Release mode requires the presence of a code signing certificate. The certificate needs to be named "Certificate.pfx" and placed in the folder "crt" in the repository root.

Plugins

Micser is a modular framework and can easily be extended with plugins.

The main modules (Device In-/Output, Gain, Compressor, ..) are provided in the Micser.Plugins.Main assembly, which serves as an example for how to implement a plugin for Micser.

Credits

This project uses the following libraries:

About

Micser is a modular audio routing framework for Microsoft Windows (mostly) written in C#.

https://lloreggia.ch/projects/micser/

License:Apache License 2.0


Languages

Language:C# 88.3%Language:C++ 10.0%Language:C 1.7%Language:Batchfile 0.0%Language:PowerShell 0.0%