[Speex-dev] audio stitching in php

Tom Sparks tom_a_sparks at yahoo.com.au
Mon Jun 18 08:22:15 PDT 2007


found this at the php website
http://au2.php.net/manual/en/ref.oggvorbis.php
I have nearly completed the protype version
  
----- Original Message ----- 
From: "Conrad Parker" <conrad at metadecks.org>
To: "Tom Sparks" <tom_a_sparks at yahoo.com.au>
Cc: <speex-dev at xiph.org>
Sent: Monday, June 18, 2007 3:48 PM
Subject: Re: [Speex-dev] audio stitching in php


> On 16/06/07, Tom Sparks <tom_a_sparks at yahoo.com.au>
wrote:
>> I am looking at writing a program using php
>>
>> that after X number of days (eg 60 days)
>> a speex file is created that has all the speex file
in
>> a set folder
>> with a bit of text to speech between the file for
id
>> reasons
>> the speex file in the folder are deleted once done
>>
>> based on what I have read (corrent me if Im wrong):
>> I need to convert the speex files to wav files
>> (executable program),
>> then I can stitchs the wav files together (php
code)
>> and convert the wave file into a speex files
>> (executable program)
> 
> The problem with that approach is that the audio
will really degrade
> if you decode from speex to wav, and then re-encode
to speex again.
> 
> So what you want to do is stitch the Ogg pages
together (which is what
> you're asking).
> 
> There's no native PHP library for Ogg yet, though
some other people
> have been talking about that recently.
> 
> cheers,
> 
> Conrad.
> 
>>



      _________________________________________________________________________________              

Yahoo!7 Mail has just got even bigger and better with unlimited storage on all webmail accounts.
http://au.docs.yahoo.com/mail/unlimitedstorage.html





More information about the Speex-dev mailing list