blob: 43788f99ad5b36aa9f23a7aecbddcc7a68df0462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.waveform"
version="1.0.0"
name="Waveform"
provider-name="MrC">
<extension
point="xbmc.player.musicviz"
library_linux="Waveform.vis"
library_windx="Waveform_win32.vis"
library_osx="Waveform.vis"/>
<extension point="xbmc.addon.metadata">
<summary>Visualization showing 2 Waveform Graphs on the screen</summary>
<summary lang="hu">Vizualizáció amely két hullámformát mozgat</summary>
<summary lang="nl">Visualisatie</summary>
<summary lang="zh">可视化效果</summary>
<description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description>
<description lang="hu">A Waveform egy egyszerű vizualizáció, amely 2db hullámot mutat reprezentálva a bal és a jobb hangcsatornákat, melyek a zene ritmusára mozognak.</description>
<description lang="nl">Waveform is een simpele muziekvisualisatie die 2 golfvormen op het scherm toont, respectievelijk voor het linker en rechter geluidskanaal. De golfvormen bewegen mee met de beat van de muziek.</description>
<description lang="zh">Waveform是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
|