sink: Make auto device name a constant
This commit is contained in:
parent
d269beab0d
commit
7d642b25e9
4 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
namespace AudioCore {
|
||||
|
||||
constexpr char auto_device_name[] = "auto";
|
||||
|
||||
/**
|
||||
* This class is an interface for an audio sink. An audio sink accepts samples in stereo signed
|
||||
* PCM16 format to be output. Sinks *do not* handle resampling and expect the correct sample rate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue