rbutil: improve talkfile generation. remove the options to keep and overwrite the wavfiles.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17637 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-05-27 20:02:25 +00:00
parent 819a39a22e
commit ae4b677736
5 changed files with 47 additions and 55 deletions

View file

@ -182,7 +182,7 @@ bool EncRbSpeex::start()
bool EncRbSpeex::encode(QString input,QString output)
{
//qDebug() << "encoding
qDebug() << "encoding " << input << " to "<< output;
char errstr[512];
FILE *fin,*fout;