mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
audio-session: detect sample rate
This commit is contained in:
parent
bd3b7e8ee4
commit
2c6ff2dad2
3 changed files with 36 additions and 19 deletions
|
|
@ -32,6 +32,7 @@ pw_audio_dsp_new(struct pw_core *core,
|
|||
const struct pw_properties *properties,
|
||||
enum pw_direction direction,
|
||||
uint32_t channels,
|
||||
uint32_t sample_rate,
|
||||
uint32_t max_buffer_size,
|
||||
size_t user_data_size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue