Update README.md

This commit is contained in:
Jack Andersen 2016-05-02 20:38:14 -10:00
parent 338df76711
commit c076daf0c8

View File

@ -18,7 +18,8 @@ the OS' audio system fed.
The client must provide the implementation for allocating and mixing audio The client must provide the implementation for allocating and mixing audio
voices, since this may drastically differ from target to target. 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: Here's an example usage: