|
Revision 10917, 1.0 KB
(checked in by mcarrick, 19 months ago)
|
|
adding component which packetizes sound card samples for the lidquid dsp modem
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE softpkg SYSTEM "../dtd/softpkg.dtd"> |
|---|
| 3 | <!--Created with OSSIE WaveDev--> |
|---|
| 4 | <!--Powered by Python--> |
|---|
| 5 | <softpkg id="DCE:30355a00-d3df-11e0-92a4-001aa0b89dbf" name="voiceToPacket"> |
|---|
| 6 | <title/> |
|---|
| 7 | <description>Takes voice samples from sound card and puts it in a packet for FlexframeGen</description> |
|---|
| 8 | <author> |
|---|
| 9 | <name>OSSIE Project</name> |
|---|
| 10 | <company>Mobile and Portable Radio Research Group</company> |
|---|
| 11 | <webpage>http://www.mprg.org</webpage> |
|---|
| 12 | </author> |
|---|
| 13 | <propertyfile type="PRF"> |
|---|
| 14 | <localfile name="/xml/voiceToPacket/voiceToPacket.prf.xml"/> |
|---|
| 15 | </propertyfile> |
|---|
| 16 | <descriptor> |
|---|
| 17 | <localfile name="/xml/voiceToPacket/voiceToPacket.scd.xml"/> |
|---|
| 18 | </descriptor> |
|---|
| 19 | <implementation id="DCE:303692d0-d3df-11e0-af04-001aa0b89dbf"> |
|---|
| 20 | <description>Description</description> |
|---|
| 21 | <code type="Executable"> |
|---|
| 22 | <localfile name="/bin/voiceToPacket"/> |
|---|
| 23 | </code> |
|---|
| 24 | <os name="Linux" version="2.6.26.3"/> |
|---|
| 25 | <processor name="x86"/> |
|---|
| 26 | </implementation> |
|---|
| 27 | </softpkg> |
|---|