mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
store playback gain as a float (not a char)
This commit is contained in:
parent
da4114607f
commit
c2e7592a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -421,10 +421,10 @@ typedef struct sound_config
|
|||
struct _MSSndCard * lsd_card; /* dummy playback card for Linphone Sound Daemon extension */
|
||||
const char **cards;
|
||||
int latency; /* latency in samples of the current used sound device */
|
||||
float soft_play_lev; /*playback gain in db.*/
|
||||
char rec_lev;
|
||||
char play_lev;
|
||||
char ring_lev;
|
||||
char soft_play_lev;
|
||||
char source;
|
||||
char *local_ring;
|
||||
char *remote_ring;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue