You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant run this without this error: System.NotSupportedException: 'Cannot open file with NAudio'
from this line: AudioTrack audioTrack = new AudioTrack(new FileInfo(fileName));
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
I cant run this without this error: System.NotSupportedException: 'Cannot open file with NAudio'
from this line: AudioTrack audioTrack = new AudioTrack(new FileInfo(fileName));
How can I solve this issue?
The text was updated successfully, but these errors were encountered: