Skip to content

Comments

Alsa#1182

Open
k2fc wants to merge 42 commits intonaudio:masterfrom
k2fc:alsa
Open

Alsa#1182
k2fc wants to merge 42 commits intonaudio:masterfrom
k2fc:alsa

Conversation

@k2fc
Copy link

@k2fc k2fc commented Sep 16, 2024

add basic ALSA support.

AlsaIn and AlsaOut classes work
using (var output = new AlsaOut()) creates an IWavePlayer on the default device. You can add a PCM name to use a specific output, like using (var output = new AlsaOut("hw:0"))

AlsaIn also works. and creates an IWaveIn... using (var output = new AlsaIn("hw:0")).

The AlsaCard, AlsaDevice, and AlsaDriver classes aren't complete yet, but aren't necessary to get audio in and out.

@SMSapereAude
Copy link

@markheath any input? I'd like to commit our works for PulseAudio, but it seems the project is not active anymore...

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

Successfully merging this pull request may close these issues.

2 participants