-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathsongrec.doap
More file actions
47 lines (41 loc) · 2.04 KB
/
songrec.doap
File metadata and controls
47 lines (41 loc) · 2.04 KB
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
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">SongRec</name>
<shortdesc xml:lang="en">Recognize songs from audio easily</shortdesc>
<description xml:lang="en"><![CDATA[SongRec is an unofficial Shazam client for Linux, written in Rust. It allows you to easily recognize songs from your speakers, microphone or audio files.
Features:
- Recognize audio from an arbitrary audio file.
- Recognize audio from the microphone.
- Usage from both GUI and command line (for the file recognition part).
- Provide an history of the recognized songs on the GUI, exportable to CSV.
- Continuous song detection from the microphone, with the ability to choose your input device.
- Ability to recognize songs from your speakers rather than your microphone (on compatible PulseAudio setups).]]></description>
<homepage rdf:resource="https://songrec.fossplant.re/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gplv3" />
<support-forum rdf:resource="https://matrix.to/#/#songrec:matrix.org" />
<download-page rdf:resource="https://github.com/marin-m/SongRec/releases" />
<bug-database rdf:resource="https://github.com/marin-m/SongRec/issues" />
<programming-language>Rust</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/marin-m/SongRec.git" />
<browse rdf:resource="https://github.com/marin-m/SongRec" />
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Marin Moulinier</foaf:name>
</foaf:Person>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>marin-m</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</maintainer>
</Project>