NAudio
NAudio copied to clipboard
Manual to use the DLLs
Hello,
I am planning to call the DLL that I built with the source code in LabVIEW for my FYP acoustics ASIO project but I found out that there is no manual and I found it is relatively difficult to access.
Could I get any help on this? Thanks
The NAudio documentation is available here: https://github.com/naudio/NAudio/tree/master/Docs I'm afraid I don't have any experience of LabVIEW - I'd suggest you ask on their support forums for any information on how to access .NET DLLs from LabView
Hi Mark,
May I know if this could be used to process live audio streaming? Instead of offline record and processing.
Yes, no reason why NAudio can't be used to process live audio, although it can be complicated depending on the protocols and codecs involved
Hi Mark,
Thanks for the reply. Yet, I couldn’t found any ASIO input related parameter or class in the source code. Could you please guude me on finding the ASIO input?
Also is there any way to specified which device to be used?