Main Content

getRecorderNames

Recorder device names

Since R2025a

    Description

    recorderNames = audiostreamer.getRecorderNames returns a list of names of audio recorder devices that are available and compatible with the audiostreamer object.

    Tip

    You can use the audiodevreset function to refresh the list of available audio devices.

    example

    recorderNames = as.getRecorderNames returns the list using an existing audiostreamer object.

    Examples

    collapse all

    Obtain the names of audio recorder devices that are available and compatible with the audiostreamer object.

    recorderNames = audiostreamer.getRecorderNames
    recorderNames = 
    
      2×1 string array
    
        "Primary Sound Capture Driver"
        "Microphone Array (Omnissa Virtual Microphone)"

    Input Arguments

    collapse all

    The audiostreamer object to query.

    Output Arguments

    collapse all

    Names of the available audio recorder devices, returned as a string array.

    Version History

    Introduced in R2025a