View list-sound-devices
#!/usr/bin/python3 | |
# | |
# A simple command-line utility to list the devices that Cinnamon Sound Settings will list. | |
# | |
# Serves primarily to illustrate how they are read, and what common properties are available | |
# for such a device. | |
# | |
# Conveniently illustrates whence Cinnamon Sound Settings gets the two lines it reports on a device. | |
# The first line is "description" and the second is "origin". | |
# |