summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-28 17:14:17 -0500
committerXANTRONIX Development2022-02-28 17:14:17 -0500
commit78a788bff6779a79357b346901f477060ad5d96f (patch)
treea5f3f96850b4fa478a867e01184db6baa9886fe0 /include
parent727a3047bcb47e5a1985ce51ad4d207b2446fb98 (diff)
downloadxas-78a788bff6779a79357b346901f477060ad5d96f.tar.gz
xas-78a788bff6779a79357b346901f477060ad5d96f.tar.bz2
xas-78a788bff6779a79357b346901f477060ad5d96f.zip
s/new_stream/stream_new/ for consistency
Diffstat (limited to 'include')
-rw-r--r--include/xas/spatial.h2
-rw-r--r--include/xas/synth.h2
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 */