Mercurial > hg > beaglert
diff examples/01-Basics/passthrough/render.cpp @ 500:b935f890e512 prerelease
Updated Doxy to 1.8.11
Amended example titles in render.cpp and file locations in Doxy file.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Wed, 22 Jun 2016 00:27:13 +0100 |
parents | 8fcfbfb32aa0 |
children | 1cec96845a23 |
line wrap: on
line diff
--- a/examples/01-Basics/passthrough/render.cpp Wed Jun 22 00:04:04 2016 +0100 +++ b/examples/01-Basics/passthrough/render.cpp Wed Jun 22 00:27:13 2016 +0100 @@ -68,7 +68,7 @@ /* ------------ Project Explantation ------------ */ /** -\example 01-passthrough +\example passthrough/render.cpp Audio and analog passthrough: input to output ----------------------------------------- @@ -84,7 +84,7 @@ `context->audioFrames` returns the current number of audio frames, `context->audioSampleRate` returns the audio sample rate. -You can look at all the information you can access in ::BeagleRTContext. +You can look at all the information you can access in ::BelaContext. Reading and writing from the audio buffers ------------------------------------------