Google
  Web www.spinics.net

Re: gmfsk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


On Tue, 31 Oct 2006, Tomi Manninen wrote:


This is a good suggestion. I've heard lots of complaints about the
sample rate conversion stuff in ALSA.


I have luck with alsa using the following script

#!/bin/sh
#
#       Configure alsa oss emulation for soundapps
#

#	Configuration

PLAYBACK=/proc/asound/card0/pcm0p/oss
CAPTURE=/proc/asound/card0/pcm0p/oss
SOUNDAPPS="qsstv twpsk gpsk31 multimon p3dtelem xdemorse xdemorse-fft"

#       Check if root is performing the operation

id | grep "(root)" > /dev/null
if [ "$?" != "0" ]
then
        echo "You must be root or super-user to run $0."
        exit 1
fi

#	Erase current configuration

echo "erase" > $PLAYBACK
echo "erase" > $CAPTURE

#	Configure

for app in $SOUNDAPPS
do
	echo "$app 0 0 direct" > $PLAYBACK
	echo "$app 0 0 direct" > $CAPTURE
done
#cat $PLAYBACK
#cat $CAPTURE

--

Al - ka1as

#  Al Bolduc - a.bolduc@xxxxxxxxxxx - ka1as@xxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Site Home]     [Linux Newbie]     [Kernel Newbies]     [Memory]     [Security]     [Netfilter]     [Linux Admin]     [Bugtraq]     [Rubini]     [Photo]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [ARM Linux Kernel]     [Linux Networking]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linux Resources]


  Powered by Linux