Skip to content

Commit

Permalink
Change some settings for pipewire
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadeepJasu committed Sep 9, 2021
1 parent d7a3d7c commit cec4d75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions com.github.subhadeepjasu.ensembles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ finish-args:
# Required for media keys and MPRIS access
- '--own-name=org.mpris.MediaPlayer2.com.github.subhadeepjasu.ensembles'
- '--talk-name=org.gnome.SettingsDaemon.MediaKeys'
# For PipeWire
- '--filesystem=xdg-run/pipewire-0'
modules:
- name: fluidsynth
buildsystem: cmake-ninja
Expand Down
2 changes: 1 addition & 1 deletion data/com.github.subhadeepjasu.ensembles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</custom>
<translation type="gettext">com.github.subhadeepjasu.ensembles</translation>
<developer_name>Subhadeep Jasu</developer_name>
<url type="homepage">https://github.com/SubhadeepJasu/ensembles</url>
<url type="homepage">https://subhadeepjasu.github.io/#/project/ensembles</url>
<url type="bugtracker">https://github.com/SubhadeepJasu/ensembles/issues</url>
<url type="help">https://github.com/SubhadeepJasu/ensembles/issues</url>
<update_contact>[email protected]</update_contact>
Expand Down
1 change: 0 additions & 1 deletion src/Core/style_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ style_player_init () {
fluid_settings_setint(settings, "audio.periods", 2);
fluid_settings_setint(settings, "audio.period-size", 64);
fluid_settings_setint(settings, "audio.realtime-prio", 80);
fluid_settings_setint(settings, "audio.pulseaudio.adjust-latency", 0);
synth = new_fluid_synth(settings);
adriver = new_fluid_audio_driver(settings, synth);
}
Expand Down

0 comments on commit cec4d75

Please sign in to comment.