PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 2 Soundkarten auswertung



Firefighter82
31.03.2010, 01:14
Hallo,

ich bin neu im Umgang mit Monitord.

Also ich habe 2 Soundkarten und moechte gerne das alle 4 Kanaele ausgewertet werden.

Also ich habe im Sereo Eingang je ein Kabel welches einen Funkfrequenz auf dem linken Kanal und eine frequenz auf dem Rechten Kanal.

Ich moechte nun gerne beide Soundkarten auswerten (Kanal links und kanal rechts).

was muss ich da nun machen?


Gruss und vielen Dank fuer eure Hilfe

funkwart
31.03.2010, 08:01
Ich moechte nun gerne beide Soundkarten auswerten (Kanal links und kanal rechts).
was muss ich da nun machen?

Moin,

konfiguriere einfach die beiden Soundkarten in der XML-Datei. Wie das geht, ist aus der mitgelieferten Beispieldatei zu erkennen.

Gruß,
Funkwart

codeman2001
01.04.2010, 09:26
<soundcard num=0>
<device>/dev/dsp0</device> <!--- das /dev/dsp0 meint die erste Soundkarte --->
<status>1</status> <!-- 1=aktiv, 0=deaktivert -->
<baud>22050</baud>
<name> Erste Sondkarte </name>
<!-- Linker Kanal -->
<channel part="left">
<name>Kanal 1</name>

<!-- Audio Plugin -->
<plugin name="audiorecorder">
<file> plugins/libmplugin_audiorecorder-0.dll </file>
<parameters>
<logfile> plugin-audio.log </logfile>
<loglevel> INFO </loglevel>
<!--- Ein existierender (!) Ordner MIT Schraegstrich am Ende -->
<path> rec/ </path>
</parameters>
</plugin>
<!-- Audio Plugin -->

<module type="zvei">
</module>
</channel>

<!-- Rechter Kanal -->
<channel part="right">
<name>Kanal 2</name>

<module type="fms">
<syncbits> 12 </syncbits>
<crc-check> 1 </crc-check>
<algorithmus> 0 </algorithmus>
<maxerrors> 3 </maxerrors>
</module>
<module type="poc512">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>
<module type="poc1200">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>

</channel>
</soundcard>
<soundcard num=0>
<device>/dev/dsp0</device> <!--- das /dev/dsp0 meint die erste Soundkarte --->
<status>1</status> <!-- 1=aktiv, 0=deaktivert -->
<baud>22050</baud>
<name> Erste Sondkarte </name>
<!-- Linker Kanal -->
<channel part="left">
<name>Kanal 1</name>

<!-- Audio Plugin -->
<plugin name="audiorecorder">
<file> plugins/libmplugin_audiorecorder-0.dll </file>
<parameters>
<logfile> plugin-audio.log </logfile>
<loglevel> INFO </loglevel>
<!--- Ein existierender (!) Ordner MIT Schraegstrich am Ende -->
<path> rec/ </path>
</parameters>
</plugin>
<!-- Audio Plugin -->

<module type="zvei">
</module>
</channel>

<!-- Rechter Kanal -->
<channel part="right">
<name>Kanal 2</name>

<module type="fms">
<syncbits> 12 </syncbits>
<crc-check> 1 </crc-check>
<algorithmus> 0 </algorithmus>
<maxerrors> 3 </maxerrors>
</module>
<module type="poc512">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>
<module type="poc1200">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>

</channel>
</soundcard>




<soundcard num=1>
<device>/dev/dsp1</device> <!--- das /dev/dsp1 meint die erste Soundkarte --->
<status>1</status> <!-- 1=aktiv, 0=deaktivert -->
<baud>22050</baud>
<name> Zweite Sondkarte </name>
<!-- Linker Kanal -->
<channel part="left">
<name>Kanal 1</name>

<!-- Audio Plugin -->
<plugin name="audiorecorder">
<file> plugins/libmplugin_audiorecorder-0.dll </file>
<parameters>
<logfile> plugin-audio.log </logfile>
<loglevel> INFO </loglevel>
<!--- Ein existierender (!) Ordner MIT Schraegstrich am Ende -->
<path> rec/ </path>
</parameters>
</plugin>
<!-- Audio Plugin -->

<module type="zvei">
</module>
</channel>

<!-- Rechter Kanal -->
<channel part="right">
<name>Kanal 2</name>

<module type="fms">
<syncbits> 12 </syncbits>
<crc-check> 1 </crc-check>
<algorithmus> 0 </algorithmus>
<maxerrors> 3 </maxerrors>
</module>
<module type="poc512">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>
<module type="poc1200">
<crc-check> 1 </crc-check>
<ecc> 0 </ecc>
</module>

</channel>
</soundcard>