Skip to content

Commit

Permalink
Fix typo for nsnet2 sample (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
NingW101 authored Jan 8, 2025
1 parent cbb0164 commit 6e6f188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsnet2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
Choose a sample audio
</button>
<div class="dropdown-menu">
<button class="dropdown-item" id="babbel">Babbel noise</button>
<button class="dropdown-item" id="babble">Babble noise</button>
<button class="dropdown-item" id="car">Car noise</button>
<button class="dropdown-item" id="street">Street noise</button>
<div class="dropdown-divider"></div>
Expand Down
2 changes: 1 addition & 1 deletion nsnet2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $('#backendBtns .btn').on('change', async () => {

const sampleAudios = [
{
name: 'babbel',
name: 'babble',
url: './samples/babble_15dB.opus',
},
{
Expand Down

0 comments on commit 6e6f188

Please sign in to comment.