Update README.md

This commit is contained in:
Jack Andersen 2016-05-02 20:38:14 -10:00
parent 338df76711
commit c076daf0c8
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ the OS' audio system fed.
The client must provide the implementation for allocating and mixing audio
voices, since this may drastically differ from target to target.
`amuse::IVoiceAllocator` is the pure-virtual interface to implement for this.
`amuse::IBackendVoiceAllocator` is the pure-virtual interface to implement
for this.
Here's an example usage: