Quantcast
Channel: NAudio
Viewing all articles
Browse latest Browse all 5831

New Post: MeteringSampleProvider and AsioOut

$
0
0
Ah, Thanks! That solved it for Asio.

Moved my UI update code from the StreamVolume event handler to a different Sub called "UpdateMeters" and changed the event handler code to:
        MaxSampleValues = e.MaxSampleValues  'To use in updating Sub
        If Not Dispatcher.CheckAccess() Then
            Dispatcher.BeginInvoke(DispatcherPriority.Background, Sub() UpdateMeters())
        End If
Works fine, thx.

Viewing all articles
Browse latest Browse all 5831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>