This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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". | |
# |