194 Views
How to use RecorderEx and PlayerEx in console application or Windows Service? In order to use RecorderEx and PlayerEx in a console application or Windows Service need to create instances of these classes by using a parameterized constructor: new RecorderEx(true) and new PlayerEx(true), respectively. The same is true for multi-threaded recorder and player. Below is an example of full duplex Recorder and Player...
0 comments