Hi!
On Thu, Jun 07, 2001 at 08:48:08AM -0400, Kirk Reiser wrote:
> Hello folks: I was modifying speak freely to support the arts sound
> server using the artsc library and when I tried to record from the
> microphone I got an error message from arts_record_stream() stating
> that this functionality wasn't implemented yet. My first question
> therefore is, what is the state of the recording function and others
> in the artsc library?
Recording is still in the not-implemented-yet state. It's on the aRts
TODO list. Basically the input/output in the server is done, it's just
that an equivalent to SimpleSoundServer::attach(ByteSoundProducer) is
missing in the API, so you can't obtain the recorded data as client
application easily.
The mid-term plan is that it is possible to base the artsc API on CSL.
CSL can record from artsd right now. However even there, resampling is
missing, that is: you will always record in the rate the server is running
on.
> I thought I would upgrade to current cvs because I was using the May
> 30th snapshot to see if the arts_record_stream might have recently
> been completed. After running cvs update and the Makefile.cvs I tried
> to rerun configure but it blew up. The command line options I passed
> in were --prefix=/usr and --with-alsa. During the make process I got
> a warning about AC_ARGS_PROGRAM being multipleie defined on line 89 of
> configure.in so I commented that line out, but the error continued
> with or without the commented out line. The error stated that it
> could not run the c compiler, after echoing checking to see if the c
> compiler works. I will include the output below. BTW, the compiler
> works just fine.
>
> checking build system type... i586-pc-linux-gnu
> checking host system type... i586-pc-linux-gnu
> checking target system type... i586-pc-linux-gnu
> checking for a BSD compatible install... /usr/bin/install -c
> checking for -p flag to install... yes
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... missing
> checking for a BSD compatible install... /usr/bin/install -c -p
> checking for a C-Compiler...
> checking for gcc... gcc
> checking whether the C compiler works... configure: error: cannot run C compiled
>programs.
> If you meant to cross compile, use `--host'.
Maybe you will find a hint why it doesn't work in config.log.
Cu... Stefan
--
-* Stefan Westerfeld, [EMAIL PROTECTED] (PGP!), Hamburg/Germany
KDE Developer, project infos at http://space.twc.de/~stefan/kde *-