mirror of https://github.com/AxioDL/boo.git
Update README.md
This commit is contained in:
parent
374685b48a
commit
87ceeb9392
|
@ -18,7 +18,7 @@ shaders' source. Drawing, resource-management and state-switching are
|
||||||
performed using the unified API; these may be written once for all platforms.
|
performed using the unified API; these may be written once for all platforms.
|
||||||
|
|
||||||
Boo also features a unified audio API for mixing voices and performing variable
|
Boo also features a unified audio API for mixing voices and performing variable
|
||||||
sample-rate-conversion. All audio computation occurs on the CPU, 'pumped'
|
sample-rate-conversion. All audio computation occurs on the CPU, synchronously 'pumped'
|
||||||
by the client each frame-iteration.
|
by the client each frame-iteration.
|
||||||
|
|
||||||
Client code is entered via the `appMain` method supplied in a callback object.
|
Client code is entered via the `appMain` method supplied in a callback object.
|
||||||
|
|
Loading…
Reference in New Issue