VOGONS


First post, by SaxxonPike

User metadata
Rank Member
Rank
Member

Source: https://github.com/SaxxonPike/Playthrough2
Binaries: https://github.com/SaxxonPike/Playthrough2/releases

Tested on Windows 2000 and Windows 10.

I couldn't seem to find any good software that allowed me to do audio routing within older versions of Windows that was also lightweight, configurable, and could work at low latency.

Last night, I put together a simple application that utilizes NAudio and only requires .NET 2. It only uses WaveIn and WaveOut for now, but will be adapted to use DirectSound and ASIO in the future.

I also want to make a hidden startup option, so I can configure it once and have it start when Windows does.

What was the need? To be able to route from the PCI sound card (via Stereo Out) to the HDMI audio output. Windows does all the mixing, we just need to get the audio stream there.

Last edited by SaxxonPike on 2016-10-19, 01:08. Edited 2 times in total.

Sound device guides:
Sound Blaster
Aztech
OPL3-SA

Reply 1 of 3, by SaxxonPike

User metadata
Rank Member
Rank
Member

I had success with adding DirectSound output support. Today, I experiment with WASAPI and ASIO for the broadest compatibility.

Sound device guides:
Sound Blaster
Aztech
OPL3-SA

Reply 2 of 3, by SaxxonPike

User metadata
Rank Member
Rank
Member

The first release is here:
https://github.com/SaxxonPike/Playthrough2/releases/tag/0.1

Sound device guides:
Sound Blaster
Aztech
OPL3-SA

Reply 3 of 3, by SaxxonPike

User metadata
Rank Member
Rank
Member

The second release is out:
https://github.com/SaxxonPike/Playthrough2/releases/tag/0.2

More features, but still no WASAPI or ASIO. Those will take more time to implement. I instead worked on increasing performance and adding useful features.

Sound device guides:
Sound Blaster
Aztech
OPL3-SA