mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +00:00
Use 48KHz sample rate for PA test to match the actual stream
This commit is contained in:
parent
7109301a46
commit
615ed824ac
@ -34,7 +34,7 @@ static int channelCount;
|
||||
bool audio_pulse_init(char* audio_device) {
|
||||
pa_sample_spec spec = {
|
||||
.format = PA_SAMPLE_S16LE,
|
||||
.rate = 44000,
|
||||
.rate = 48000,
|
||||
.channels = 2
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user