miguelmsoler's Forum Posts

  • 2 posts
  • I'm developing a reading game to help children to improve their reading skills.

    I can manage to record sound from mic using Game Recorder and User Media, but I can't find a way to send an audio file to a server through a rest-apì. It's important because I have tools on server side that help me to analyze reading performance.

    Do you know know how to do it? Downloading the audio file or sharing it is useless in my case.

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm trying to record user audio inputd and to download it with the Browser object, but I can't get the microphone.

    I tried the Microphone Input example on Google Chrome but it throws this error in the console:

    domSide.js:1 Error requesting microphone: DOMException: Requested device not found

    I even set the microphone request allowed in chrome configuration for preview.construct.net, but I still get this error.

    Recording user audio seems to work well in Chrome for Android, but then I can't get the file with Browser or Share objects.

    Any hints?

  • 2 posts