This happens in my Ubuntu terminal:
ubuntu@ubuntu-desktop:~$ cd Documents/201005/speech2text && git pull origin master
remote: Counting objects: 66, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 41 (delta 30), reused 0 (delta 0)
Unpacking objects: 100% (41/41), done.
From git://speech2text.git.sourceforge.net/gitroot/speech2text/speech2text
* branch master -> FETCH_HEAD
Updating cbc744d..4ae4550
Fast-forward
CMakeLists.txt | 6 +-
cmake/FindPortaudio.cmake | 1 +
package/KDE/CMakeLists.txt | 92 +-
package/NSIS/anpassungen.nsi | 57 +-
simon/doc/de/index.docbook | 4183 +++++++++++++-------
simon/doc/en/index.docbook | 2 +-
simon/doc/po/simonmanual.pot | 1510 ++++----
simon/doc/po/simonmanual_de.po | 1979 +++++-----
.../src/simonmodelmanagementui/ImportDict/dict.cpp | 2 +-
.../ImportTrainingData/importtrainingdata.cpp | 31 +-
.../ImportTrainingData/importtrainingdata.h | 2 +
version.h | 2 +-
12 files changed, 4580 insertions(+), 3287 deletions(-)
ubuntu@ubuntu-desktop:~/Documents/201005/speech2text$
“+ allowedFileTypes << "wav";
+ allowedFileTypes << "mp3";
+ allowedFileTypes << "ogg";
+ allowedFileTypes << "flac";"
I am planning to release ogg files (because I don’t have unlimited webspace, and because I think that ogg quality is OK for training).
Yes, ogg files are now also supported for prompts based import.
Don’t forget to setup postprocessing commands to convert them back to wav during the import.
Regards,
Peter