~ubuntu-branches/ubuntu/trusty/gnuradio/trusty-updates

« back to all changes in this revision

Viewing changes to .pc/0039-vocoder-fix-typos-in-added-block-xml.patch/gr-vocoder/grc/vocoder_gsm_fr_decode_ps.xml

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-02-26 21:26:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120226212616-vsfkbi1158xshdql
Tags: 3.5.1-1
* new upstream version, re-packaged from scratch with modern tools
    closes: #642716, #645332, #394849, #616832, #590048, #642580,
    #647018, #557050, #559640, #631863
* CMake build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
###################################################
 
4
## GSM full-rate audio decoder
 
5
###################################################
 
6
 -->
 
7
<block>
 
8
        <name>GSM full-rate Audio Decoder</name>
 
9
        <key>vocoder_gsm_fr_decode_bs</key>
 
10
        <import>from gnuradio import vocoder</import>
 
11
        <make>vocoder.gsm_fr_decode_bs()</make>
 
12
        <sink>
 
13
                <name>in</name>
 
14
                <type>byte</type>
 
15
        </sink>
 
16
        <source>
 
17
                <name>out</name>
 
18
                <type>short</type>
 
19
        </source>
 
20
</block>