Skip to content

SaxxonPike/Playthrough2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playthrough2

An audio passthrough tool.

Get the latest installer on the Releases tab.

Features

  • Route audio from any input to any output.
  • Customizable buffer and latency settings.
  • Minimizes to the notification area.
  • Multithreading support for boosted performance.
  • Multiple simultaneous routes are supported.

Supported Operating Systems

Any Windows platform you can install .NET 4.6.1 on. It's been tested on Windows 10 x64, but I imagine it will work on other operating systems.

Because NAudio hooks into the Windows API quite deep in order to access the audio hardware, the chances of getting this running on any other operating system are slim to none, unfortunately.

Supported I/O

  • WaveIn/WaveOut (input and output)
  • DirectSound (output only)
  • ASIO (input and output)

Development

Pull code, open in Visual Studio 2017 or Jetbrains Rider, build. Targets .NET Framework 4.6.1.

The solution also contains an installer project. You may need to download the installer extensions found here if you want to build the MSI. This is the process used to make releases.

Libraries

This project would not be possible without these wonderful NuGet packages:

  • NAudio for audio routing
  • Json.NET for configuration serialization support

About

Route any audio inputs to outputs with ease.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages