diff --git a/README.md b/README.md index a7c4087..e0a2ee2 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,4 @@ github: https://github.com/jsalsman/webrec MIT license # To do -- Microphone noiseSupression and maybe autoGainControl - Check back about errors (warnings?) from ort.js during vad.micVAD.new() diff --git a/templates/playback.html b/templates/playback.html index b78a858..224365e 100644 --- a/templates/playback.html +++ b/templates/playback.html @@ -4,7 +4,7 @@ Playback Audio - +

Playback Recorded Audio

diff --git a/templates/record.html b/templates/record.html index eeb75d9..297608c 100644 --- a/templates/record.html +++ b/templates/record.html @@ -1,6 +1,5 @@ - - webrec: Record and Upload Audio @@ -148,6 +146,12 @@

Apple Safari users: please see here if you are having trouble.

+ +
+
+ +


+ Python Flask and JavaScript source code is on Replit and GitHub.