Skip to content

Commit

Permalink
rm example urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kousun12 committed Jul 18, 2024
1 parent 98753c1 commit b6b35d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/descript/generate-chapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
* https://media.substrate.run/kaufman-bafta-short.mp3
* https://media.substrate.run/dfw-clip.m4a
*/
// const sample = "https://media.substrate.run/my-dinner-andre.m4a";
const sample = "https://media.substrate.run/federer-dartmouth.m4a";
const substrate = new Substrate({ apiKey: process.env["SUBSTRATE_API_KEY"] });
const audio_uri = process.argv[2] || sample;
Expand Down
2 changes: 1 addition & 1 deletion examples/descript/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { currentDir } from "./util";
* https://media.substrate.run/kaufman-bafta-short.mp3
* https://media.substrate.run/dfw-clip.m4a
*/
const sample = "https://media.substrate.run/my-dinner-andre.m4a";
const sample = "https://media.substrate.run/my-dinner-andre.m4a"; // NB: this is a ~2hr long file
const substrate = new Substrate({ apiKey: process.env["SUBSTRATE_API_KEY"] });

const audio_uri = process.argv[2] || sample;
Expand Down

0 comments on commit b6b35d6

Please sign in to comment.