mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
Add sharing mode for Oboe, log device settings
This commit is contained in:
parent
ad2351a42b
commit
424487a48e
14 changed files with 101 additions and 49 deletions
|
@ -49,7 +49,7 @@ SampleFormat::SampleFormat(uint32_t sampleRate, uint16_t bitsPerSample, uint16_t
|
|||
}
|
||||
|
||||
|
||||
string SampleFormat::getFormat() const
|
||||
string SampleFormat::toString() const
|
||||
{
|
||||
stringstream ss;
|
||||
ss << rate_ << ":" << bits_ << ":" << channels_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue