Login   Register  
PHP Classes
elePHPant
Icontem

File: autest.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-12-12 04:34
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');