Skip to content

Commit

Permalink
Use pa_ringbuffer.h in pablio.h.
Browse files Browse the repository at this point in the history
Mark PABLIO as deprecated in pablio/README.txt


git-svn-id: http://subversion.assembla.com/svn/portaudio/portaudio/trunk@1854 0f58301d-fd10-0410-b4af-bbb618454e57
  • Loading branch information
philburk committed Jul 9, 2012
1 parent 2b96ab0 commit b04cdd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pablio/README.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pablio/pablio.h
Expand Up @@ -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
Expand Down

0 comments on commit b04cdd9

Please sign in to comment.