<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Modifying the esound code a bit and building it as a module for python
could give python an esound server solution to the reading and writing
of sound in linux.
<p>What I need to know is if it is possible to write a callable function
in python that would manipulate the Read and Write functions of C pertaining
to readning and writing to a network socket.
<p>ie. write(socket, Buffer, Buffersize)
<p>or there is a method called esd_record_stream_fallback() that attempts
to write directly through /dev/dsp.
<br>How would I create a file descriptor so that I could pass information
through method esd_record_stream_fallback() to the /dev/dsp(the sound card)?
There is a wrapper abiet poorly written that makes esd_record_stream_fallback()
a python callable object.
<p>Hopefully all that made some sense. I would be gratefull for any input
thanks!
<br>Aaron C Berg
<br> 
<br> </html>