Download Latest Version 0.9.0 source code.tar.gz (1.7 MB)
Email in envelope

Get an email when there's a new version of FlashWavRecorder

Home / 0.9.0
Name Modified Size InfoDownloads / Week
Parent folder
0.9.0 source code.tar.gz 2014-07-31 1.7 MB
0.9.0 source code.zip 2014-07-31 1.8 MB
README.md 2014-07-31 885 Bytes
Totals: 3 Items   3.5 MB 1
  • Added isMicrophoneAccessible function which allows to check whether microphone is ready to use or not.
  • Renamed function for requesting permission dialog. For now on we can also request permanent microphone permission by calling showPermissionWindow({permanent: true}).
  • Added stopRecording function (record no longer stops recording).
  • Added playing_paused event which announces playback pause.
  • Added permission_panel_closed event which announces close of permission dialog.
  • Updated demo (multiple action buttons toggled by CSS).

Upgrading to 0.9.0

  • Replace usage of getMicrophone with isMicrophoneAccessible to check whether microphone is ready for recording or not.
  • Replace calls of permit function with showPermissionWindow.
  • Use stopRecording function instead of record to stop recording (record no longer stops recording).
Source: README.md, updated 2014-07-31