mirror of
https://github.com/audacity/portaudio.git
synced 2026-02-03 19:46:44 -06:00
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,10 +2,14 @@ README for PABLIO
|
||||
Portable Audio Blocking I/O Library
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
@ -53,7 +53,7 @@ extern "C"
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "portaudio.h"
|
||||
#include "ringbuffer.h"
|
||||
#include "pa_ringbuffer.h"
|
||||
#include <string.h>
|
||||
|
||||
typedef struct
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user