diff options
Diffstat (limited to 'www/devmaster/lesson4.html')
-rw-r--r-- | www/devmaster/lesson4.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/devmaster/lesson4.html b/www/devmaster/lesson4.html index 6e1f957..5830f15 100644 --- a/www/devmaster/lesson4.html +++ b/www/devmaster/lesson4.html @@ -23,6 +23,11 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> Maurais<br> </a>Adapted for Java by: <a href="mailto:[email protected]">Athomas Goldberg </a></p> +<p align="justify">This is a translation of <a href="http://devmaster.net/posts/2891/openal-lesson-4-the-alc"> +OpenAL Lesson 4: The ALC</a> +tutorial from <a href="http://devmaster.net/">DevMaster.net</a> to JOAL. + +</p> <p align="justify">Up until now we have been letting Alut do all the real tricky stuff for us. For example handling the audio devices. It's really nice that the Alut library is there to provide this functionality, but any smart coder |