mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
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:
parent
819a39a22e
commit
ae4b677736
5 changed files with 47 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue