michalstocki/FlashWavRecorder

Hi, How to put the FWRecorder.getBase64() string convert wav files in php ?

开放

#41 创建于 2014年11月26日

 (2 条评论) (0 个反应) (0 位负责人)ActionScript (105 个派生)batch import
help wanted

仓库指标

星标
 (241 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

hi friends, try html form post FWRecorder.getBase64() string

PHP:

  $fileBase64 = str_replace('data:audio/wav;base64,', '',  $_POST['Base64']);
  $decoded = base64_decode($fileBase64 );
  file_put_contents('test.wav', $decoded);

but the test.wav can't play, help ~ thanks very much!

贡献者指南