Skip to content

DotNetGurus/PortAudio.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PortAudio.Net

PortAudio.Net is a cross platform .NET wrapper for PortAudio.

Status

PortAudio.Net is pre-alpha and actively developed.

Project Goals

  • Create a P/Invoke wrapper targetting .NET Core
  • Support all un-deprecated functionality in PortAudio
  • Supply a safe API to the greatest extent possible (no resource leaks, crashes, etc.)
  • Follow good .NET patterns in the object model and in resource use, etc.
  • Reach a 1.0 release with a promise of ongoing backward compatibility between subsequent releases
  • Create a Nuget package and publish on NuGet.org
  • Investigate distributing native runtimes, subject to licensing and other considerations
  • Support minimally:
    • Windows x64
    • Linux x64
  • Potential platform goals include
    • macOS
    • Windows & Linux x86
    • Linux on ARM architectures

About

Cross platform .NET wrappers for PortAudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%