|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- Copyright 2023 Tim Schneeberger --> |
3 | 3 | <component type="desktop-application"> |
4 | | - <id>me.timschneeberger.jdsp4linux.pipewire</id> |
| 4 | + <id>me.timschneeberger.jdsp4linux</id> |
5 | 5 |
|
6 | | - <name>JamesDSP for Pipewire</name> |
| 6 | + <name>JamesDSP</name> |
7 | 7 | <developer_name>Tim Schneeberger</developer_name> |
8 | 8 | <summary>Open-source audio effect processor for Pipewire</summary> |
9 | 9 | <content_rating type="oars-1.1" /> |
|
27 | 27 | JamesDSP is an advanced audio effects processor initially developed for Android devices by James Fung. It has been ported to Linux by Tim Schneeberger. |
28 | 28 | </p> |
29 | 29 | <p> |
30 | | - This app provides various sound effects for PipeWire and PulseAudio systems. It offers features such as automatic bass boost, dynamic range compression, reverberation, equalizers, surround effects, stereo wideness control, parametric equalization, scripting engine, and more. Users can also create their own audio effects using the EEL2 scripting language supported by the app. The app includes a minimal scripting IDE with syntax highlighting, code completion, and some debugging features. |
| 30 | + This package only supports PipeWire. Please check the README for the legacy PulseAudio version. |
31 | 31 | </p> |
32 | 32 | <p> |
33 | | - A legacy package with PulseAudio support is also available; however, it is recommended to switch to Pipewire if possible. |
| 33 | + This app provides various sound effects for PipeWire systems. It offers features such as automatic bass boost, dynamic range compression, reverberation, equalizers, surround effects, stereo wideness control, parametric equalization, scripting engine, and more. Users can also create their own audio effects using the EEL2 scripting language supported by the app. The app includes a minimal scripting IDE with syntax highlighting, code completion, and some debugging features. |
34 | 34 | </p> |
35 | 35 | </description> |
36 | 36 |
|
|
56 | 56 | </provides> |
57 | 57 |
|
58 | 58 | <releases> |
| 59 | + <release type="stable" version="2.5.1" date="2023-06-17T00:00:00Z"> |
| 60 | + <description> |
| 61 | + <ul> |
| 62 | + <li>Other changes:</li> |
| 63 | + <li>Finalize flatpak support</li> |
| 64 | + </ul> |
| 65 | + </description> |
| 66 | + </release> |
59 | 67 | <release type="stable" version="2.5.0" date="2023-06-16T00:00:00Z"> |
60 | 68 | <description> |
61 | 69 | <ul> |
|
84 | 92 | </release> |
85 | 93 | </releases> |
86 | 94 |
|
87 | | - <launchable type="desktop-id">me.timschneeberger.jdsp4linux.pipewire.desktop</launchable> |
| 95 | + <launchable type="desktop-id">me.timschneeberger.jdsp4linux.desktop</launchable> |
88 | 96 | <screenshots> |
89 | 97 | <screenshot type="default"> |
90 | 98 | <image>https://github.com/Audio4Linux/JDSP4Linux/blob/master/meta/screenshot.png?raw=true</image> |
|
0 commit comments