PortAudioSharp2 0.3.2
See the version list below for details.
dotnet add package PortAudioSharp2 --version 0.3.2
NuGet\Install-Package PortAudioSharp2 -Version 0.3.2
<PackageReference Include="PortAudioSharp2" Version="0.3.2" />
<PackageVersion Include="PortAudioSharp2" Version="0.3.2" />
<PackageReference Include="PortAudioSharp2" />
paket add PortAudioSharp2 --version 0.3.2
#r "nuget: PortAudioSharp2, 0.3.2"
#:package PortAudioSharp2@0.3.2
#addin nuget:?package=PortAudioSharp2&version=0.3.2
#tool nuget:?package=PortAudioSharp2&version=0.3.2
Introduction
C# binding for portaudio supporting Linux, macOS, and Windows.
You can find its usage for real time speech recognition from a microphone using sherpa-onnx at https://github.com/k2-fsa/sherpa-onnx/tree/master/dotnet-examples/speech-recognition-from-microphone
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.2)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.2)
-
.NETStandard 2.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.2)
-
net6.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.2)
-
net7.0
- org.k2fsa.portaudio.runtime.linux-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.osx-x64 (>= 0.3.2)
- org.k2fsa.portaudio.runtime.win-x64 (>= 0.3.2)
NuGet packages (8)
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. |
|
|
XiaoZhiSharp
小智XiaoZhi Chat SDK |
|
|
Walgelijk.PortAudio
Cross-platform audio backend for Walgelijk using PortAudio |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on PortAudioSharp2:
| Repository | Stars |
|---|---|
|
elevenyellow/handcrafted-persona-engine
An AI-powered interactive avatar engine using Live2D, LLM, ASR, TTS, and RVC. Ideal for VTubing, streaming, and virtual assistant applications.
|
|
|
6over3/hako
An embeddable, lightweight, secure, high-performance JavaScript engine.
|
|
|
zhulige/xiaozhi-sharp
C# 版本的小智SDK & Client,支持Windows、Linux、Mac、Android、IOS 等。
|