-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnet.sourceforge.audmes.audmes.appdata.xml
61 lines (54 loc) · 2.01 KB
/
net.sourceforge.audmes.audmes.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.sourceforge.audmes.audmes</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>audmes</name>
<summary>Audio measurement system</summary>
<description>
<p>Analyze audio systems using a sound card. Features include:</p>
<ul>
<li>Tone generator</li>
<li>Oscilloscope</li>
<li>Spectrum analyzer</li>
<li>Frequency response plot</li>
</ul>
</description>
<launchable type="desktop-id">net.sourceforge.audmes.audmes.desktop</launchable>
<url type="homepage">https://audmes.sourceforge.net/</url>
<content_rating type="oars-1.1" />
<kudos>
<kudo>UserDocs</kudo>
</kudos>
<releases>
<release version="2024.07.28" date="2024-07-28">
<description>
<ul>
<li>Rearrange oscilloscope view</li>
<li>Normalize vertical settings to +- 1V and adapt settings</li>
<li>Remove DC from Spectrum</li>
<li>Fix clipping region in graph</li>
</ul>
</description>
</release>
<release version="2024.02.18" date="2024-02-18">
<description>
<ul>
<li>Refactor interface between AudMeS and CtrlOscope: Pass time or frequency data (y axis) along with magnitude (x axis).</li>
<li>Rewrite graph code taking advantage of the y axis data.</li>
<li>Add save function to oscilloscope and spectrum.</li>
<li>Use time instead of samples in oscilloscope.</li>
</ul>
</description>
</release>
<release version="2023.10.24" date="2023-10-24"/>
<release version="2023.04.09" date="2023-04-27"/>
</releases>
<developer_name>AudMeS Team</developer_name>
<url type="help">https://sourceforge.net/projects/audmes/</url>
<screenshots>
<screenshot type="default">
<image type="source">https://a.fsdn.com/con/app/proj/audmes/screenshots/Audmes-spectrum.png/max/max/1</image>
</screenshot>
</screenshots>
</component>