PHP编程怎么获取音频文件时长 获取方法_百度知道
最佳答案: windows 下调去组建就行 <?php $file = realpath("test.mp3"); $player= new COM("WMPlayer.OCX"); $media = $player->newMedia($file); $...更多关于PHP如何根据时间段切割音频文件?的问题>>
php 如何获取音频文件时长(比如WAV,MP3)?_百度知道
问题描述: 在linux下 只获取音频文件时长就可以了 秒最佳答案: windows 下调去组建就行 <?php $file = realpath("test.mp3"); $player= new COM("WMPlayer.OCX"); $media = $player->newMedia($file); $...更多关于PHP如何根据时间段切割音频文件?的问题>>