[Bug 867958] New: Make festival 2.1 compatible with old HTS voices
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c0 Summary: Make festival 2.1 compatible with old HTS voices Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Sound AssignedTo: tiwai@suse.com ReportedBy: andre.cbarros@yahoo.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 The quality of the voices used on festival currently on openSUSE are lacking when matched against what can be installed on debian (and derivatives). There is a patch on debian, hts21compat.diff that if applied make it possible to use the english voices from "http://hts.sp.nitech.ac.jp/". The voices are quite good and can be downloaded from "http://hts.sp.nitech.ac.jp/archives/2.1/". May someone be interested I may provide the needed patches and rpm spec files. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: Poor synthetic voices quality. Expected Results: Match quality that can be achieved on debian derivatives. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c1 --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2014-03-12 13:41:44 UTC --- At best, could you work on OBS and submit the changes? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c2 --- Comment #2 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-12 16:04:29 UTC --- Yes, sure, should I add a user repo and a festival package on it? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c3 --- Comment #3 from Takashi Iwai <tiwai@suse.com> 2014-03-12 16:18:47 UTC --- Yes, just create a branched package, add your fix, build, test and submit. You can work at first for openSUSE:13.1, then work on openSUSE:Factory. For creating a branch, run like: % osc branch -c openSUSE:13.1/festival In both cases, you can submit via "osc sr". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c4 --- Comment #4 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-12 17:21:51 UTC --- OK, give me a couple of days to write proper descriptions, summaries and license notices to the packages. The licenses allows distribution and commercial use and are mostly BSD 3 clauses like, the main one from Carnegie Mellon University. I modified the building process and speech_tools and festival can be build separately now. Will include the nitech voices on separated RPMS to easy the testing. I may insert a brief description of the library linking process on development package if you devises it as noteworthy but I am tempted to do it on a revision. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c5 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |andre.cbarros@yahoo.com --- Comment #5 from Takashi Iwai <tiwai@suse.com> 2014-03-19 17:15:13 UTC --- Thanks. I set this NEEDINFO for keeping tracking. Please clear it once when the package is ready, or if you have any questions. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c6 --- Comment #6 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-24 18:29:52 UTC --- OK, was a bit busy and it took more time than I expected. I usually build packages from source with an old, big bash script I have (inheritance from the time I used to build servers from Slackware, FreeBSD, RH and openSUSE). Now the packages build from .spec files. I named the packages speech-tools-hts and festival-hts. There is still a clause I think I should add (conflict). but it is good to go for test. Will update build services today. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c7 --- Comment #7 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-25 07:49:55 UTC --- Tried to build it on build.opensuse.org. Had 3 strange errors: * x86_64 - BuildRequires: python-devel - python-config not found ? (works on i586) * x86_64 and i586 - build system keep using old .spec despite new version upload - fail to link to libncurses despite "-L/usr/%{arch_lib_dir} -lncurses" flag There is something I am doing wrong but, on all cases, it builds from .spec on my system and using "ldd" on libraries generated or "rpm -qp --requires" did not reveal any hidden dependence. May you branch the project to see what is wrong? Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c8 --- Comment #8 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-25 12:41:20 UTC --- Finished the download of all packages needed, the patched festival-hts and speech-tools-hts and the high quality voices from nitech (with respective patches). May you help me fix what is wrong on building the packages on build.opensuse.org, please, let me know. As I said, all of them build with no errors on my machine (openSUSE 13.1 x86_64). After a success build of the main packages, we could, perhaps, insert the conflict clause on them and a require clause (festival-hts) on voice packages. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c9 --- Comment #9 from Takashi Iwai <tiwai@suse.com> 2014-03-25 12:58:23 UTC --- I can give a quick look if you tell me the package URL you're working on OBS. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c10 --- Comment #10 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-25 13:30:16 UTC --- https://build.opensuse.org/project/show/home:acobar:festival-hts Thanks, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c11 --- Comment #11 from Takashi Iwai <tiwai@suse.com> 2014-03-25 13:38:33 UTC --- Some package builds failed because of /usr/share/festival/* files. For example, at the end of the build log: festvox-nitech-us-rms-arctic-hts-2.1-3.1.noarch.rpm: directories not owned by a package: [ 36s] - /usr/share/festival [ 36s] - /usr/share/festival/voices [ 36s] - /usr/share/festival/voices/us For fixing this, just add the following Requires: festival so that festival.rpm is installed in prior to these packages. The error in festvox-nitech-us-bdl-arctic-hts.spec is a typo in %files. There is a superfluous double-quote there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c12 --- Comment #12 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-25 14:09:02 UTC --- Hi, Like I said, I am aware that a require clause will be needed on voice packages (I corrected the typo, thanks). I didn't put it beforehand because I wanted to test the unpacking and the copy process to the build dir. My main problem is that speech-tools-hts is failing on final linking phase because of libncurses and I could not spot why. As I said, it builds OK on my machine. I don't know if it may help, but I can upload the src.rpm if you think it may help. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c13 --- Comment #13 from Takashi Iwai <tiwai@suse.com> 2014-03-25 14:15:51 UTC --- -ltinfo is missing. But, in general, you need to pass the cflags and libs given by ncurses5-config or ncurses6-config program (depending on API version). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c14 --- Comment #14 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-25 15:20:52 UTC --- I see, will try with a new patch. Thank you, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c15 --- Comment #15 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-27 12:43:52 UTC --- Good news! speech-tools-hts, festival-hts and all extra voices packages now builds on build.opensuse.org! To fix the voices building I had to add "BuildRequires: festival-hts". It should be said that if the packages goes mainstream a conflict cause must be added against festival package. The other problems I reported were related to Firefox aggressively caching the generated log. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c16 --- Comment #16 from Takashi Iwai <tiwai@suse.com> 2014-03-27 13:28:41 UTC --- Why not replacing the existing festival? Does this make anything incompatible? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c17 --- Comment #17 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-27 15:35:46 UTC --- No, it does not. I just happen to prefer to separate packages, if they can be, so that eventual bugs can be more easily spotted. Would you like to to have them recombined? It is an easy task and I may very well go for it now. It should be noted that, besides the use of nitech voices, the packages are also "pulseaudio" compatible now, thanks to debian patches. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c18 --- Comment #18 from Takashi Iwai <tiwai@suse.com> 2014-03-27 15:38:32 UTC --- Replacing / downgrading the package can be done easily. If we find any regression, it can be downgraded to openSUSE 13.1 package, for example. So, yes, IMO, it's better to integrate into the existing festival package, since yours is a superset, after all. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c19 --- Comment #19 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-27 15:49:37 UTC --- OK, the list of patches is going to be really huge. Should I combine some of them? I am asking because I find it to be easier to review them and track their origins this way but I am not sure what is the policy on openSUSE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c20 --- Comment #20 from Takashi Iwai <tiwai@suse.com> 2014-03-27 15:54:40 UTC --- I don't think the amount of patches matters as long as they are described properly. At best, put some description '#PATCH-XXX blah blah' for each patch. If they come from Debian, you can write so. That will help review pretty much. The added (deleted or modified too) patches have to be listed in the package changelog explicitly, too. This is a rule recently added. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c21 --- Comment #21 from Andre Barros <andre.cbarros@yahoo.com> 2014-03-27 16:20:22 UTC --- The debian patches come with a description inside them, they are the ones numerated. The patches from openSUSE already carry a description on their names. I did ask about reduction because I applied patches on places that were already modified by debian or openSUSE patches, so it is kind of patching a patched place. Anyway, will carry on current situation for now. May someone deem as more appropriate to combine them later, it is not something really hard to do. I am a bit busy now so, if I don't disentangle the things I am doing, it perhaps may take a day or two to finish the modifications. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c22 --- Comment #22 from Andre Barros <andre.cbarros@yahoo.com> 2014-04-02 14:14:17 UTC --- OK, finished. The building process is coupled again. I, though, kept the include files dirs and extensions from festival and speech_tools in their respective dirs. I think it is useful to maintain some compatibility with debian dirs layout on this case. The whole project is on "home:andre:festival". The main differences to the original package are the following: - pulseaudio compatibility; - asterisk support; - shared libs are created; - support for nitech voices; - tools from speech_tools are now packaged; - easier to create packages dependent on speech_tools and/or festival. May you want some modifications done, let me know. Regards, André -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=867958 https://bugzilla.novell.com/show_bug.cgi?id=867958#c23 --- Comment #23 from Takashi Iwai <tiwai@suse.com> 2014-04-02 15:42:22 UTC --- Thanks! Then feel free to submit to devel project. Once when accepted, it'll be automatically fed to openSUSE:Factory. The devel project of festival is KDE:KDE3 by some reason, so I have no direct control on it, unfortunately... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com