отладка аудио

This commit is contained in:
2021-07-29 15:40:44 +03:00
parent 7eb5195fb3
commit 56e0eba53a
4 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ console.debug("fileName:", fileName);
case "jpg":
contentType = "image/jpg";
break;
case "wav":
contentType = "image/vnd.wave";
break;
}
fs.readFile(fileName, function(err, content) {
if (err)