From: Steve K. <st...@st...> - 2003-12-15 15:32:20
|
Yeah, that sounds like it could be the issue :) We have some code in there to open audio devices in various ways: i.e. open once for read/write, open once for read and once for write, use real mono versus "emulated" mono, etc. You might be able to massage that stuff to make it work on the Zaurus. The next question of course will still be 8khz sample rates. If you get/compile the portaudio (v18p) code, there is a test program called pa_devs, which lists the sample rates, etc that are supported. -SteveK Masakazu Nakano wrote: >Hi SteveK. > >thanks for you reply. > >and I found a this message at portaudio-ml >http://techweb.rfa.org/pipermail/portaudio/2003-June/002026.html > >this problem is that reason? > >On Mon, 15 Dec 2003 09:50:25 -0500 >Steve Kann <st...@st...> wrote: > > > >>Hmm, it looks like the zaurus does support an OSS sound device. The >>next question would be whether or not it supports an 8khz sample rate. >> >>If it does not, then we'd need to implement resampling for OSS sound >>devices. This wouldn't be too hard if someone was motivated.. >> >>-SteveK >> >> >>Masakazu Nakano wrote: >> >> >> >>>with Redhat7.2 >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/gcc-cross-sa1100-2 >>>.95.2-0.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/glibc-arm-2.2.2-0.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/linux-headers-arm-sa1100-2.4.6-3.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/binutils-cross-arm-2.11.2-0.i386.rpm >>> >>>tar zvxf ./iaxclient.tar.gz >>> >>>cd ./iaxclient/lib >>> >>>make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc >>> >>>cd ./simpleclient/testcall/ >>> >>>make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc >>> >>>I was compiled testcall for Zaurus SL-C700 but it's no sound. >>>some signaling works well. >>> >>>does anyone tryed too? >>> >>>mack_jpn >>> >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: SF.net Giveback Program. >>>Does SourceForge.net help you be more productive? Does it >>>help you create better code? SHARE THE LOVE, and help us help >>>YOU! Click Here: http://sourceforge.net/donate/ >>>_______________________________________________ >>>Iaxclient-devel mailing list >>>Iax...@li... >>>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >>> >>> >>> >>> >>> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Iaxclient-devel mailing list >>Iax...@li... >>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> > > > |