Skip to content

Commit 913b387

Browse files
Prepared version 0.16.0b
1 parent 547343d commit 913b387

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define PROFILE ""
1818
#endif
1919

20-
#define VERSION "0.15.0b"
20+
#define VERSION "0.16.0b"
2121
#define TITLE_SIZE 64
2222

2323
char configFileNumber = '0';

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Windows based DSP(Digital Signal Processor)
77
* Filters like crossovers, PEQ, shelf, custom biquad(IIR), FIR, delay, gain and more
88
* Uses double-precision floating-points to calculate filters
99
* Uses WASAPI(Windows Audio Session API) to capture and manipulate audio streams
10+
* Optional support for ASIO playback devices
1011
* JSON based configuration file to easy set up your DSP
1112
* User friendly error and warning messages. Warns you about digital clipping. Using missing channels and more.
1213

@@ -39,6 +40,7 @@ If you don't have a spare soundcard in your computer to use for the capture devi
3940
1. Download and install [VB-Audio Virtual Cable](https://www.vb-audio.com/Cable/index.htm)
4041
1. Set Virtual Cable as your default audio playback device
4142
1. Configure Virtual Cabel to use the same sample rate as your render device (/properties/advanced)
43+
1. Configure Virtual Cabel to NOT allow applications to take exclusive control (/properties/advanced)
4244
1. Configure Virtual Cable to use 7.1 surround (/configure)
4345
1. Configure WinDSP.json configuration file
4446
1. Start WinDSP.exe

release/WinDSP.exe

1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)