Search Unity

Audio Storing recorded audio on hard drive/localstorage

Discussion in 'Audio & Video' started by aramappa, Mar 19, 2019.

  1. aramappa

    aramappa

    Joined:
    Mar 19, 2019
    Posts:
    1
    Hello,

    I am using Unity WebGL to record an audio using microphone.

    Currently the audio buffer is being stored in Unity heap.

    Is there a way we can change this and store the audio on hard drive or localstorage?

    Any quick help is greatly appreciated.