Skip to content

Docs recommend using WasapiIn even though it doesn't exist anymore #1233

@andre-ss6

Description

@andre-ss6

On EnumerateOutputDevices, it reads:

To open the device you want, simply pass the device in to the appropriate WASAPI class depending on if you are playing back or recording...

var outputDevice = new WasapiOut(mmDevice, ...);
var recordingDevice = new WasapiIn(captureDevice, ...);
var loopbackCapture = new WasapiLoopbackCapture(loopbackDevice);

But as of version 2.2.1, there doesn't seem to be a WasapiIn class.

Edit: I guess the new class is WasapiCapture

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions