~ubuntu-branches/debian/stretch/gnac/stretch

« back to all changes in this revision

Viewing changes to data/profiles/base.xml.in

  • Committer: Package Import Robot
  • Author(s): Khalid El Fathi
  • Date: 2012-04-14 20:15:31 UTC
  • Revision ID: package-import@ubuntu.com-20120414201531-2gcfq8fs94kgp9qr
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<audio-profiles>
 
3
  <preset-variables>
 
4
    <variable id="channels" type="combo">
 
5
      <name>Channels</name>
 
6
      <variable-name>channels</variable-name>
 
7
      <default-value>2</default-value>
 
8
      <possible-values>
 
9
        <_value value="1">1 (mono)</_value>
 
10
        <_value value="2">2 (stereo)</_value>
 
11
      </possible-values>
 
12
    </variable>
 
13
    <variable id="sample-rate" type="combo">
 
14
      <name>Sample Rate</name>
 
15
      <variable-name>rate</variable-name>
 
16
      <default-value>44100</default-value>
 
17
      <possible-values>
 
18
        <value value="44100">44.1 kHz</value>
 
19
        <value value="22050">22.05 kHz</value>
 
20
      </possible-values>
 
21
    </variable>
 
22
  </preset-variables>
 
23
  <pipeline>
 
24
    <process id="gstreamer-audio">audio/x-raw-int</process>
 
25
    <process id="audioconvert">audioconvert</process>
 
26
  </pipeline>
 
27
</audio-profiles>