diff --git a/src/lib/default-project/index.js b/src/lib/default-project/index.js
index 4f4b3f113cd36ccd78d7375bd99e6711f2ea2777..f1cacd3659abfc82fd8a10ca9bbc73fbcd69db59 100644
--- a/src/lib/default-project/index.js
+++ b/src/lib/default-project/index.js
@@ -19,12 +19,12 @@ export default [{
     id: '83a9787d4cb6f3b7632b4ddfebf74367',
     assetType: 'Sound',
     dataFormat: 'WAV',
-    data: new Uint16Array(popWav)
+    data: new Uint8Array(popWav)
 }, {
     id: '83c36d806dc92327b9e7049a565c6bff',
     assetType: 'Sound',
     dataFormat: 'WAV',
-    data: new Uint16Array(meowWav)
+    data: new Uint8Array(meowWav)
 }, {
     id: '739b5e2a2435f6e1ec2993791b423146',
     assetType: 'ImageBitmap',