Skip to content

Commit

Permalink
Update and rename resamplingdemo.html to resampling.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryPancake authored Mar 24, 2024
1 parent 2f9f5d8 commit 2b26534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions html/resamplingdemo.html → html/resampling.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resampling Demo</title>
<title>Resampling</title>
<meta name="description" content="Demonstration of common interpolation methods.">
<meta name="keywords" content="Audio, Interpolation, Resample, Resampling">
<meta property="og:title" content="Resampling Demo">
<meta property="og:title" content="Resampling">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mysterypancake.github.io/Fun/html/resamplingdemo">
<meta property="og:site_name" content="Resampling Demo">
<meta property="og:url" content="https://mysterypancake.github.io/Fun/html/resampling">
<meta property="og:site_name" content="Resampling">
<meta property="og:description" content="Demonstration of common interpolation methods.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
Expand Down Expand Up @@ -259,7 +259,7 @@
</script>
</head>
<body onload="setup();">
<h1>Resampling Demo</h1>
<h1>Resampling</h1>
<div>
<label for="method">Method</label>
<select id="method" onchange="setInterpolation(this);">
Expand Down

0 comments on commit 2b26534

Please sign in to comment.