Skip to content

Commit

Permalink
Merge pull request #9 from expectopatronum/patch-1
Browse files Browse the repository at this point in the history
Update demo_spectrogram.ipynb
  • Loading branch information
yiitozer authored Apr 24, 2024
2 parents fa6325a + 699d747 commit c64d668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_spectrogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit c64d668

Please sign in to comment.