From: raster Date: Mon, 7 Nov 2011 09:25:40 +0000 (+0000) Subject: fix small interpolation bug that caused some "clicks". X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~606 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c599802f867d878c4764a12c6daee5d6312a5a19;p=profile%2Fivi%2Fedje.git fix small interpolation bug that caused some "clicks". git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@64861 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/examples/multisense.edc b/src/examples/multisense.edc index 330896b..b0423b9 100644 --- a/src/examples/multisense.edc +++ b/src/examples/multisense.edc @@ -2,14 +2,15 @@ collections { sounds { sample { name: "sound_name1" RAW; + source: "8806__jovica__basic-sine-wave-g-1.wav"; // source: "sample.wav"; // source: "sample-flac10k.wav"; - source: "sample-flac10k-mono.wav"; - } - sample { - name: "sound_name2" COMP; - source: "sample.wav"; +// source: "sample-flac10k-mono.wav"; } +// sample { +// name: "sound_name2" COMP; +// source: "sample.wav"; +// } /* sample { name: "sound_name3" LOSSY 0.5; @@ -25,14 +26,16 @@ collections { // name: "sound_name5" COMP; name: "sound_name5" RAW; // source: "sample-ogg.wav"; + source: "sample-ogg-mono.wav"; // source: "sample-ogg10k.wav"; - source: "sample-flac10k.wav"; +// source: "sample-flac10k.wav"; // source: "sample-flac10k-mono.wav"; } sample { name: "sound_name6" AS_IS; // name: "sound_name6" LOSSY 45.0; source: "sample-flac44k-mono.wav"; +// source: "sample-flac.wav"; // source: "sample.ogg"; } tone: "tone-name" 2600;