Skip to content

Commit

Permalink
rename some more
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrasile committed Sep 24, 2024
1 parent 3f1686d commit 2440605
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EZ Audio</title>
<title>EZ Web Audio</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
Expand Down
8 changes: 4 additions & 4 deletions src/app/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ const Content = {
LoadingSpinner.hide()
},
html: `
<h1>EZ Audio</h1>
<h1>EZ Web Audio</h1>
<h2 class="read-the-docs">
Making the web audio API super EZ since 2024
</h2>
<p class="read-the-docs">This is a work in progress! EZ Audio was originally <a target="_blank" href="https://sethbrasile.github.io/ember-audio/">Ember Audio</a>
<p class="read-the-docs">This is a work in progress! EZ Web Audio was originally <a target="_blank" href="https://sethbrasile.github.io/ember-audio/">Ember Audio</a>
which was developed before vue and react rose to prominence.</p>
<p class="read-the-docs">This is a full rewrite in vanilla typescript that exposes a similar-ish API to Ember Audio.</p>
<p>EZ Audio provides classes and composable functions to make working with the web audio API super EZ.</p>
<p>EZ Audio aims to simplify sampling, triggering, routing, scheduling, synthesizing, soundfonts, and working with audio in general.</p>
<p>EZ Web Audio provides classes and composable functions to make working with the web audio API super EZ.</p>
<p>EZ Web Audio aims to simplify sampling, triggering, routing, scheduling, synthesizing, soundfonts, and working with audio in general.</p>
<p>EZ Web Audio handles cases from the super simple...</p>
<button id="play" type="button">Play</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/timing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function handleClick() {
<p>
Just in case you're not completely grasping how this relates directly to Ember Audio. Here is the first
example from above, but written so that it works in Ember and EZ Audio.
example from above, but written so that it works in Ember and EZ Web Audio.
</p>
<div>
<button id="play-in-one-second">Play in One Second</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/timing/nav.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default `
<a href="/ez-web-audio/timing" id="timing-index">Understanding Timing</a>
|
<a href="/ez-web-audio/timing/with-ez-web-audio">Timing with EZ Audio</a>
<a href="/ez-web-audio/timing/with-ez-web-audio">Timing with EZ Web Audio</a>
|
<a href="/ez-web-audio/timing/drum-machine">Multisampled Drum Machine</a>
`

0 comments on commit 2440605

Please sign in to comment.