mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-05-19 16:10:40 +00:00
Use 48KHz sample rate for PA test to match the actual stream
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ static int channelCount;
|
|||||||
bool audio_pulse_init(char* audio_device) {
|
bool audio_pulse_init(char* audio_device) {
|
||||||
pa_sample_spec spec = {
|
pa_sample_spec spec = {
|
||||||
.format = PA_SAMPLE_S16LE,
|
.format = PA_SAMPLE_S16LE,
|
||||||
.rate = 44000,
|
.rate = 48000,
|
||||||
.channels = 2
|
.channels = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user