diff options
| -rw-r--r-- | rtaudio_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtaudio_test.go b/rtaudio_test.go index 591ed9a..32475cf 100644 --- a/rtaudio_test.go +++ b/rtaudio_test.go @@ -13,7 +13,7 @@ func ExampleCompiledAPI() { } } -func ExampleListDevices() { +func ExampleRtAudio_Devices() { audio, err := Create(APIUnspecified) if err != nil { log.Fatal(err) @@ -28,7 +28,7 @@ func ExampleListDevices() { } } -func ExamplePlaySine() { +func ExampleRtAudio_Open() { const ( sampleRate = 44100 bufSz = 512 |
