Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormesonium <mesonium@posteo.eu>2022-11-25 19:54:55 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-08 15:14:05 +0300
commitca5f6104ddd79801ce800c98706647369777f9f5 (patch)
treedb38cc71684a1a6b6c7695ead0201be6f2375d42 /pyproject.toml
parent278ea27680f87a36a1d2eb14a7bfe520eb4d7377 (diff)
feat: Preview: Add audio preview controls and visualization
* Remove the delay when starting a playback * Don't scrub during seek when dragging the slider * Don't open audio stream connections before playing * Determine the duration early to prevent missing duration info + Show total duration + Add option to display remaining play time + Add possibility to seek by clicking into the seekbar + Add possibility to seek by scrolling with the mouse wheel + Add fast forward and rewind buttons + Add buttons to change the playback speed + Add automatic restoration of the audio player settings in a session + Add automatic stop of other streams when starting to play + Add a visualization of the RMS peaks
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea2b8d296..2160a1b8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -125,6 +125,8 @@ include = [
"gajim/gtk/plugins.py",
"gajim/gtk/preview.py",
"gajim/gtk/preview_audio.py",
+ "gajim/gtk/preview_audio_analyzer.py",
+ "gajim/gtk/preview_audio_visualizer.py",
"gajim/gtk/proxies.py",
"gajim/gtk/remove_account.py",
"gajim/gtk/resource_selector.py",