[gstreamer-bugs] [Bug 613852] Audio loopback at 16khz produces "clicks"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 29 00:19:36 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613852
  GStreamer | don't know | 0.10.28

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |ensonic at sonicpulse.de

--- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-03-29 07:19:32 UTC ---
You can't decode the wav while still recording it. Can you do e.g.


gst-launch-0.10 alsasrc ! audio/x-raw-int,rate=16000,channels=1,depth=16 !
tee name=t ! queue ! wavenc ! filesink location record.wav t. ! queue !
autoaudiosink

This way you get recording + monitoring. If you want to show a level meter or
spectrum analyzer you would plug them in the monitor chain 8that goes to
autoaudiosink).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list