[farsight2/master] Send out white noise instead of a sine
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:08 PST 2008
---
tests/gui/fs2-gui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 5bdd81a..9588b3c 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -330,7 +330,7 @@ class FsUIAudioSource(FsUISource):
def make_source(self):
source = gst.element_factory_make("audiotestsrc")
source.set_property("is-live", True)
- #source.set_property("wave", 4)
+ source.set_property("wave", 5)
return source
#return gst.element_factory_make("alsasrc")
#return gst.element_factory_make("gconfaudiosrc")
--
1.5.6.5
More information about the farsight-commits
mailing list