diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/spatial.h | 2 | ||||
-rw-r--r-- | include/xas/synth.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 0eeab40..b9297f8 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -102,7 +102,7 @@ int xas_spatial_object_stop(xas_spatial_object *object); void xas_spatial_object_get_point(xas_spatial_object *object, xas_spatial_coord *point); -xas_audio_stream *xas_spatial_scene_new_stream(xas_spatial_scene *scene, +xas_audio_stream *xas_spatial_scene_stream_new(xas_spatial_scene *scene, size_t buffer_size); #endif /* _XAS_SPATIAL_H */ diff --git a/include/xas/synth.h b/include/xas/synth.h index c13c53e..6902643 100644 --- a/include/xas/synth.h +++ b/include/xas/synth.h @@ -57,6 +57,6 @@ void xas_synth_start(xas_synth *synth); void xas_synth_stop(xas_synth *synth); -xas_audio_stream *xas_synth_new_stream(xas_synth *synth); +xas_audio_stream *xas_synth_stream_new(xas_synth *synth); #endif /* _XAS_SYNTH_H */ |