Login   Register  
PHP Classes
elePHPant
Icontem

File: exemple.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of adrien gibrat  >  Audio Streamer  >  exemple.php  >  Download  
File: exemple.php
Role: Example script
Content type: text/plain
Description: Exemple usage
Class: Audio Streamer
Convert audio files to MP3 or WAV format streams
Author: By
Last change:
Date: 2007-05-31 08:51
Size: 107 bytes
 

Contents

Class file image Download
<?php
include 'class.audio_streamer.php';
$sound = new audio_streamer('./test.mp3');
$sound->save();
?>