NAudio icon indicating copy to clipboard operation
NAudio copied to clipboard

Manual to use the DLLs

Open afoo93 opened this issue 3 years ago • 5 comments

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

afoo93 avatar Sep 21 '22 02:09 afoo93

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

markheath avatar Sep 21 '22 12:09 markheath

Hi Mark,

May I know if this could be used to process live audio streaming? Instead of offline record and processing.

afoo93 avatar Sep 21 '22 13:09 afoo93

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

markheath avatar Sep 21 '22 20:09 markheath

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?

afoo93 avatar Sep 21 '22 23:09 afoo93

Also is there any way to specified which device to be used?

afoo93 avatar Sep 22 '22 07:09 afoo93