mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: make default samplerate 48000
Remove some 44100 default rates and use 48000 instead.
This commit is contained in:
parent
cad7db9f58
commit
7b432aec88
5 changed files with 23 additions and 8 deletions
|
|
@ -1546,7 +1546,7 @@ struct acp_card *acp_card_new(uint32_t index, const struct acp_dict *props)
|
|||
}
|
||||
|
||||
impl->ucm.default_sample_spec.format = PA_SAMPLE_S16NE;
|
||||
impl->ucm.default_sample_spec.rate = 44100;
|
||||
impl->ucm.default_sample_spec.rate = 48000;
|
||||
impl->ucm.default_sample_spec.channels = 2;
|
||||
pa_channel_map_init_extend(&impl->ucm.default_channel_map,
|
||||
impl->ucm.default_sample_spec.channels, PA_CHANNEL_MAP_ALSA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue