PHP Classes

File: autest.php

Recommend this page to a friend!
  Classes of Paul Scott   Audio Converter   autest.php   Download  
File: autest.php
Role: Example script
Content type: text/plain
Description: Test Script
Class: Audio Converter
Convert MP3 and WMA to audio files to OGG Vorbis
Author: By
Last change: changed paths to example ones
Date: 17 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
require_once('audioconvert_class_inc.php');
$au = new audioconvert();
$au->mp32OggFile('/path/to/audiofile.mp3);
$au->wma2Ogg('
/path/to/wmaAudio.wma');