mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Beef pactl output up a bit
This commit is contained in:
parent
ed65081dd8
commit
5f6641cfdd
2 changed files with 132 additions and 82 deletions
|
|
@ -458,8 +458,8 @@ float pa_cvolume_get_balance(const pa_channel_map *map, const pa_cvolume *v) {
|
|||
pa_cvolume* pa_cvolume_set_balance(const pa_channel_map *map, pa_cvolume *v, float new_balance) {
|
||||
pa_volume_t left, nleft, right, nright, m;
|
||||
unsigned c;
|
||||
pa_assert(map->channels == v->channels);
|
||||
|
||||
pa_assert(map->channels == v->channels);
|
||||
pa_assert(map);
|
||||
pa_assert(v);
|
||||
pa_assert(new_balance >= -1.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue