From 699d7479b7e59cfc7e746db398680e652d54f13d Mon Sep 17 00:00:00 2001 From: Verena Praher Date: Wed, 24 Apr 2024 09:39:47 +0200 Subject: [PATCH] Update demo_spectrogram.ipynb change libsoni.core.spectrum -> libsoni.core.spectrogram in the description of the demo notebook --- demo_spectrogram.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo_spectrogram.ipynb b/demo_spectrogram.ipynb index e3d67a8..86897e9 100644 --- a/demo_spectrogram.ipynb +++ b/demo_spectrogram.ipynb @@ -6,7 +6,7 @@ "metadata": {}, "source": [ "# Sonification of Spectograms\n", - "Within this notebook, we explain how ```libsoni.core.spectrum``` can be used to sonify spectrograms." + "Within this notebook, we explain how ```libsoni.core.spectrogram``` can be used to sonify spectrograms." ] }, { @@ -41,7 +41,7 @@ "metadata": {}, "source": [ "## Simple Scenario\n", - "To make the use of the module ```libsoni.core.spectrum``` clear with a simple example, let's first assume a spectogram like an image. The vertical axis is attributed to frequency in conventional formats, while the horizontal axis represents time. Let's say we want to create an image for a C major scale. For this we need a frequency axis that keeps the frequencies of the notes of a C major scale" + "To make the use of the module ```libsoni.core.spectrogram``` clear with a simple example, let's first assume a spectogram like an image. The vertical axis is attributed to frequency in conventional formats, while the horizontal axis represents time. Let's say we want to create an image for a C major scale. For this we need a frequency axis that keeps the frequencies of the notes of a C major scale" ] }, {