PortAudioSharp2 0.3.0
See the version list below for details.
dotnet add package PortAudioSharp2 --version 0.3.0
NuGet\Install-Package PortAudioSharp2 -Version 0.3.0
<PackageReference Include="PortAudioSharp2" Version="0.3.0" />
paket add PortAudioSharp2 --version 0.3.0
#r "nuget: PortAudioSharp2, 0.3.0"
// Install PortAudioSharp2 as a Cake Addin #addin nuget:?package=PortAudioSharp2&version=0.3.0 // Install PortAudioSharp2 as a Cake Tool #tool nuget:?package=PortAudioSharp2&version=0.3.0
Introduction
C# binding for portaudio supporting Linux, macOS, and Windows.
See https://www.nuget.org/packages/PortAudioSharp2
The binding code is from copied from PortAudioSharp.
Different from PortAudioSharp, this project packages pre-compiled
portaudio into the nuget
package, which simplifies user's life.
It's worth mentioning again that the binding code is copied from directly from PortAudioSharp.
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.0)
-
.NETStandard 2.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.0)
-
net6.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.0)
-
net7.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.0)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on PortAudioSharp2:
Package | Downloads |
---|---|
Deepgram.Microphone
Helper Microphone Package |
|
WhisperLive.Client.Recorder
A dotnet client for WhisperLive speech to text server with microphone record support. |
|
MonoStereo
An custom audio engine built using NAudio and PortAudio. |
|
Walgelijk.PortAudio
Cross-platform audio backend for Walgelijk using PortAudio |
|
Deepgram.Unstable.Microphone.Builds
UNSTABLE DEVELOPER BUILDS - Deepgram .NET Microphone |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added bindings to functions to query device count and default input device ID