user3583721
user3583721

Reputation: 327

Possible ways to implement voice recording functionality without flash

I know it would be hard to implement a web-based voice recorder without using flash, but is there any existing API that could help make this possible to achieve? Is HTML5 media feature matured enough for this space?

Thanks guys :)

Upvotes: 0

Views: 179

Answers (1)

Sga
Sga

Reputation: 3658

Web Audio API is quite mature, and supported by many browsers (even on mobile). You can implement your audio recorder starting from

Upvotes: 1

Related Questions