From 859ea29843cd7a886f098e763baa8ef5e60c9458 Mon Sep 17 00:00:00 2001 From: yiitozer Date: Wed, 24 Apr 2024 10:34:45 +0200 Subject: [PATCH] remove the statement "more efficiently" --- paper/paper.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 5e31e3a..fdae386 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -190,14 +190,14 @@ connections with existing sonification methods provided in @McFeeRLEMBN15_libros [@MuellerZ21_libfmp_JOSS]. Secondly, we re-implemented and included all necessary components (e.g., sound generators based on sinusoidal models and click sounds), even though similar basic functionality is available in librosa and libfmp. By doing so, libsoni offers a coherent API along with convenient but easily modifiable parameter presets. -Additionally, the implementations are more efficient than previous software. Thirdly, we adopted many design principles -suggested by librosa [@McFeeRLEMBN15_librosa_Python] and detailed in [@McFeeKCSBB19_OpenSourcePractices_IEEE-SPM] to -lower the entry barrier for students and researchers who may not be coding experts. This includes maintaining an -explicit and straightforward programming style with a flat, functional hierarchy to facilitate ease of use and -comprehension. The source code for libsoni, along with comprehensive API documentation[^1], is publicly accessible -through a dedicated GitHub repository[^2]. We showcase all components, including introductions to MIR scenarios, -illustrations, and sound examples via Jupyter notebooks. Finally, we have included the toolbox in the Python Package -Index (PyPI), enabling installation with the standard Python package manager, pip[^3]. +Thirdly, we adopted many design principles suggested by librosa [@McFeeRLEMBN15_librosa_Python] and detailed +in [@McFeeKCSBB19_OpenSourcePractices_IEEE-SPM] to lower the entry barrier for students and researchers who may not be +coding experts. This includes maintaining an explicit and straightforward programming style with a flat, functional +hierarchy to facilitate ease of use and comprehension. The source code for libsoni, along with comprehensive API +documentation[^1], is publicly accessible through a dedicated GitHub repository[^2]. We showcase all components, +including introductions to MIR scenarios, illustrations, and sound examples via Jupyter notebooks. Finally, we have +included the toolbox in the Python Package Index (PyPI), enabling installation with the standard Python package manager, +pip[^3]. [^1]: [^2]: