load piano samples locally

This commit is contained in:
Felix Roos 2022-06-27 23:32:45 +02:00
parent a437c698eb
commit b55067ad60
31 changed files with 3 additions and 1 deletions

View file

@ -37,7 +37,9 @@ export function prebake() {
C8: 'C8v8.mp3',
},
},
'https://tambien.github.io/Piano/audio/',
// https://archive.org/details/SalamanderGrandPianoV3
// License: CC-by http://creativecommons.org/licenses/by/3.0/ Author: Alexander Holm
'./piano/',
);
}