Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
a7a7232a
Commit
a7a7232a
authored
Sep 03, 2022
by
Jean-Baptiste Mardelle
Browse files
Add pipewire audio driver to selection of SDL output
related to
#1513
parent
d42c36e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/kdenlivesettingsdialog.cpp
View file @
a7a7232a
...
...
@@ -663,6 +663,7 @@ void KdenliveSettingsDialog::initDevices()
#elif !defined(Q_WS_MAC)
m_configSdl
.
kcfg_audio_driver
->
addItem
(
i18n
(
"ALSA"
),
"alsa"
);
m_configSdl
.
kcfg_audio_driver
->
addItem
(
i18n
(
"PulseAudio"
),
"pulseaudio"
);
m_configSdl
.
kcfg_audio_driver
->
addItem
(
i18n
(
"PipeWire"
),
"pipewire"
);
m_configSdl
.
kcfg_audio_driver
->
addItem
(
i18n
(
"OSS"
),
"dsp"
);
// m_configSdl.kcfg_audio_driver->addItem(i18n("OSS with DMA access"), "dma");
m_configSdl
.
kcfg_audio_driver
->
addItem
(
i18n
(
"Esound Daemon"
),
"esd"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment