Quick question for a slightly dumb side-project/learning app:
Is it possible to record and/or play audio in Anvil? I’m getting sick of repeatedly telling my son to put his shoes on and I figure I should be able to build an app for that!
Quick question for a slightly dumb side-project/learning app:
Is it possible to record and/or play audio in Anvil? I’m getting sick of repeatedly telling my son to put his shoes on and I figure I should be able to build an app for that!
Some JS may be needed. Have you seen this thread (and related posts)? I don’t think it uses recording but perhaps you can extrapolate.
For playing audio the thread referenced above is pretty much the most lightweight solution possible and uses only HTML5 to play audio. It is possible to do the same thing to capture audio with HTML5 tags (with some Javascript glue to push audio files or pull audio files once recorded).
The major drawback to using HTML5 tags is that the player is different depending on the browser. The Chrome players are quite attractive, and Firefox is pretty good. Safari is not bad (but not really material). The Edge player is amazingly ugly, they clearly have not updated it since Internet Explorer.