mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-07 20:08:20 +02:00
reenable monitor streams
This commit is contained in:
parent
e9a14ec2eb
commit
ee58abeb91
1 changed files with 0 additions and 2 deletions
|
|
@ -247,7 +247,6 @@ void MainWindow::createMonitorStreamForSource(uint32_t source_idx) {
|
|||
char t[16];
|
||||
pa_buffer_attr attr;
|
||||
pa_sample_spec ss;
|
||||
return;
|
||||
|
||||
ss.channels = 1;
|
||||
ss.format = PA_SAMPLE_FLOAT32;
|
||||
|
|
@ -280,7 +279,6 @@ void MainWindow::createMonitorStreamForSinkInput(uint32_t sink_input_idx, uint32
|
|||
pa_buffer_attr attr;
|
||||
pa_sample_spec ss;
|
||||
uint32_t monitor_source_idx;
|
||||
return;
|
||||
|
||||
ss.channels = 1;
|
||||
ss.format = PA_SAMPLE_FLOAT32;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue