[Bug 685249] New: add audio to tab-separated values encoder

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 1 14:03:34 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=685249
  GStreamer | gst-plugins-bad | unspecified

           Summary: add audio to tab-separated values encoder
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kcannon at cita.utoronto.ca
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=225536)
 View: https://bugzilla.gnome.org/attachment.cgi?id=225536
 Review: https://bugzilla.gnome.org/review?bug=685249&attachment=225536

add tsvenc to the debugutils plugin

the gstlal project provides an "nxydump" element that converts audio streams to
white-space delimited multi-column ascii text.  the nxydump element gets its
name from the corresponding input format option for grace, and has been used
extensively for sample-by-sample decoding of audio filters.

this ehancement request is for pushing the nxydump element upstream to
gst-plugins-bad, adding it to the debugutils plugin.  after some research, it
was found that "tab-separated values" is an official mime type, so the
element's output format now matches that format specifically, the output caps
are "text/tab-separated-values", and the element's name in this patch is
"tsvenc".  searching for "tsv" on both google and duckduckgo gives wikipedia's
page on the tab-separated values format as the first link (at least when I try
it).

-- 
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