NAudioTester
Author: | joreg |
Date: | 20 Feb, 2013 |
Category: | plugin |
Credits: | Mark Heath for the NAudio library |
Download
64bit
Description
This is an example from the Working with the vvvv-sdk workshop at node13.
The example was chosen to demonstrate the steps necessary to include a thirdparty managed dependency in a plugin, ie:
- use ProjectExplorer (Ctrl+j) to add a reference to the managed assembly
- add the namespace to the using section of the plugin
The plugin simply takes a .wav file and plays it back. This should also be a good starting point for more advanced usage of NAudios capabilities.
Note: This example requires an ASIO driver for your sound card. In case you don't have one, get it from: http://www.asio4all.com
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
needs an ASIO Driver like Asio4all.
i,ll check this out thanks