diff test/layers-expected/spectrogram.svl @ 2509:03b12584af5b

Add svl format export regression tests (but see also bug #1979 SVL export does not export Colour 3D Plot data)
author Chris Cannam
date Tue, 21 Apr 2020 09:19:27 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/layers-expected/spectrogram.svl	Tue Apr 21 09:19:27 2020 +0100
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sonic-visualiser>
+<sv>
+  <data>
+    <model id="21" name="" sampleRate="48000" start="0" end="940032" />
+  </data>
+  <display>
+    <layer id="23" type="spectrogram" name="Spectrogram" model="22"  channel="-1" windowSize="8192" windowHopLevel="4" oversampling="1" gain="1" threshold="1e-08" minFrequency="40" maxFrequency="1500" colourScale="0" colourRotation="0" frequencyScale="1" binDisplay="0" colourMap="Magma" colourScheme="1" columnNormalization="hybrid" normalizeColumns="false" normalizeVisibleArea="false" />
+  </display>
+</sv>