mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
allow to change the sample rate dynamically.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@602 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
94f63f71db
commit
7808650995
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ static int equalizer_get_gain(MSFilter *f, void *data){
|
|||
static int equalizer_set_rate(MSFilter *f, void *data){
|
||||
EqualizerState *s=(EqualizerState*)f->data;
|
||||
s->rate=*(int*)data;
|
||||
s->needs_update=TRUE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue