mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-18 16:49:06 -05:00
draft multicore processing
This commit is contained in:
parent
c583156d1b
commit
7f03664870
@ -197,6 +197,7 @@ func TestStackUnderflow(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("bridge compile error: %v", err)
|
||||
}
|
||||
defer synth.Close()
|
||||
buffer := make(sointu.AudioBuffer, 1)
|
||||
err = buffer.Fill(synth)
|
||||
if err == nil {
|
||||
@ -213,6 +214,7 @@ func TestStackBalancing(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("bridge compile error: %v", err)
|
||||
}
|
||||
defer synth.Close()
|
||||
buffer := make(sointu.AudioBuffer, 1)
|
||||
err = buffer.Fill(synth)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user