From c076daf0c81b89e2a21189b9e6f3eebd71b4f351 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 2 May 2016 20:38:14 -1000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7513455..95b69a1 100644 --- a/README.md +++ b/README.md @@ -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: