Displaying 2 results from an estimated 2 matches for "au_write".
Did you mean:
aio_write
2006 Apr 13
1
call center running Asterisk-soundquality-critical!
I just check the source code, Monitor uses ast_writestream and it
eventurally goes down to au_write, g723_write, etc. They don't commit to
the disk. So, in effect, if you have a lot of ram, the audio should stay
in ram until it gets swap out or the file is closed.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Beha...
2006 Jun 05
0
Heads up: OpenBSM 1.0a6, per-auditpipe preselection imported to CVS (fwd)
...In directory repoman.freebsd.org:/tmp/cvs-serv59860
Log Message:
Vendor branch import of TrustedBSD OpenBSM 1.0 alpha 6:
- Use AU_TO_WRITE and AU_NO_TO_WRITE for the 'keep' argument to au_close();
previously we used hard-coded 0 and 1 values.
- Add man page for au_open(), au_write(), au_close(), and
au_close_buffer().
- Support a more complete range of data types for the arbitrary data token:
add AUR_CHAR (alias to AUR_BYTE), remove AUR_LONG, add AUR_INT32 (alias
to AUR_INT), add AUR_INT64.
- Add au_close_token(), which allows writing a single token_t to...