Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NAudio ReadMonoFromURL and RecordFromMicrophoneToFile methods. #25

Closed
AddictedCS opened this issue Jan 11, 2014 · 1 comment
Closed
Milestone

Comments

@AddictedCS
Copy link
Owner

The following 2 methods from NAudioService have to be implemented

public float[] ReadMonoFromURL(string urlToResource, int sampleRate, int secondsToDownload)
{
    throw new NotImplementedException("Use Bass.NET");
}

public float[] RecordFromMicrophoneToFile(string pathToFile, int sampleRate, int secondsToRecord)
{
     throw new NotImplementedException("Use Bass.NET");
}
@AddictedCS
Copy link
Owner Author

This has been implemented and reviewed. Available from v1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant