Use pa_ringbuffer.h in pablio.h.
Mark PABLIO as deprecated in pablio/README.txt
This commit is contained in:
parent
4669893212
commit
9828a55938
2 changed files with 7 additions and 3 deletions
|
|
@ -2,10 +2,14 @@ README for PABLIO
|
||||||
Portable Audio Blocking I/O Library
|
Portable Audio Blocking I/O Library
|
||||||
Author: Phil Burk
|
Author: Phil Burk
|
||||||
|
|
||||||
PABLIO is a simplified interface to PortAudio that provide
|
PABLIO is a simplified interface to PortAudio that provides
|
||||||
read/write style blocking I/O.
|
read/write style blocking I/O.
|
||||||
|
|
||||||
Please see the .DOC file for documentation.
|
PABLIO is DEPRECATED. We recommend that people use the blocking I/O calls
|
||||||
|
that are now part of the PortAudio API. These are Pa_ReadStream() and
|
||||||
|
Pa_WriteStream().
|
||||||
|
|
||||||
|
http://portaudio.com/docs/v19-doxydocs/blocking_read_write.html
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* More information on PortAudio at: http://www.portaudio.com
|
* More information on PortAudio at: http://www.portaudio.com
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ extern "C"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "portaudio.h"
|
#include "portaudio.h"
|
||||||
#include "ringbuffer.h"
|
#include "pa_ringbuffer.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue