Rob van der Woude's Scripting Pages

Help text for AudioEndPoints.cs

(view help text of AudioEndPoints.cs as plain text)

AudioEndPoints.exe,  Version 2.04
List the local computer's audio endpoints

Usage:  AudioEndPoints.exe      [ options ]

Options:                        /?      display this help text and exit
                                /F      use status dependent
                                        FOREGROUND colors,
                                /B      use BLACK and WHITE,
                                        default is status dependent
                                        BACKGROUND colors
                                /M      peak levels for L and R combined,
                                        default is separate peak levels
                                /R[:nn] refresh values every nn seconds,
                                        default interval is 1 second
                                /S      Status information in title bar too
                                        (default: show in console only)
                                /T      keep window always on Top

Click on ANY column header to sort the table by that column.
Note that the table's sort order will be reset to its default at
every refresh, be it by pressing F5 or by specifying a refresh
interval with the /R command line switch.
You can edit all cells, if you like.

Keys:           Ctrl+C will copy the SELECTED LINE to the clipboard,
                Ctrl+P will print the list,
                Ctrl+S will save it in a text file,
                F1 will show this help text,
                F5 will refresh volume and peak level values,
                Escape will abort the program.

Credits:        To access audio endpoints, this program uses
                NAudio created by Mark Heath:
                https://github.com/naudio/NAudio
                Volume reading based on code by Mike de Klerk:
                https://stackoverflow.com/a/12534584

Written by Rob van der Woude
https://www.robvanderwoude.com

page last uploaded: 2025-10-23; loaded in 0.0077 seconds