From 78a788bff6779a79357b346901f477060ad5d96f Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 28 Feb 2022 17:14:17 -0500 Subject: s/new_stream/stream_new/ for consistency --- include/xas/spatial.h | 2 +- include/xas/synth.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xas') 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 */ -- cgit v1.2.3