Comment 7 for bug 62837

Revision history for this message
Pedro CĂ´rte-Real (pedrocr) wrote :

$ gconftool-2 -R /system/gstreamer/0.10/audio/profiles
 /system/gstreamer/0.10/audio/profiles/voicelossless:
  extension = wav
  active = true
  description = Used for converting to lossless voice-quality audio. Use this for recording and editing speech.
  name = Voice, Lossless
  pipeline = audio/x-raw-int,rate=22050,channels=1 ! wavenc name=enc
 /system/gstreamer/0.10/audio/profiles/OGG:
  extension = wav
  description = <no description>
  name = OGG
  pipeline = identity
 /system/gstreamer/0.10/audio/profiles/cdlossless:
  extension = flac
  active = true
  description = Used for converting to CD-quality audio, but with a lossless compression codec. Use this if you later want to edit the file or burn it to CD.
  name = CD Quality, Lossless
  pipeline = audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc
 /system/gstreamer/0.10/audio/profiles/cdlossy:
  extension = ogg
  active = true
  description = Used for converting to CD-quality audio, but with a lossy compression codec. Use this for CD extraction and radio recordings.
  name = CD Quality, Lossy
  pipeline = audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux
 /system/gstreamer/0.10/audio/profiles/voicelossy:
  extension = ogg
  active = true
  description = Used for converting to lossy voice-quality audio. Use this for recording speech that doesn't need to be edited.
  name = Voice, Lossy
  pipeline = speexenc name=enc ! oggmux