I'm working on a server that has been using JavaSonics ListenUp (written in Java) to record audio via browser at clients and upload it to the server.
The problem is: the software was discontinued, no longer updated or supported, and, because it's Java, it doesn't run on every web browser, as Google Chrome/Chromium and Microsoft Edge, for example, don't support NPAPI plugins (like Java) anymore.
I wanted to know what can I use for the same job (record audio, upload audio files, play audio) to put it on the website I'm working on. Alternatives on Javascript would be awesome!
PS. There's a topic here where people talk about flash tools, but I'd rather not use them. Plus, I guess people who used that JavaSonics software might want an alternative also.
you could use HTML5: getUSerMedia()