Changing language for tpbnarrator_res.mp3

Forums: 
Hello everybody, we've managed to get the Pipeline run - generating the correct Sentences, Headlines, Acronyms and Abbreviations. ...but there's a Problem with the tpbnarrator_res.mp3. It's in English! The xml:lang in the DTBook File is set to "de-DE", also the meta dc:language is set to "de". We are using an external TTS-Engine (readspeaker) which generates the speechgenXXXX.mp3 and smil-files correctly. The sgConfig.xml is included in the ttsbuilder.xml, but I couldn't find something depending on the narrator or the language. How could we generate a German tpbnarrator_res.mp3 file? Thanks a lot for your help, Chris

Dear Chris, The tbpnarrator resource file is not generated dynamically but is directly provided by the se_tpb_filesetcreator transformer in the Narrator chain. It cannot currently be changed depending on the book language. To use another resource file with the Narrator, you would need to provide your own and change the Narrator script file to point to your local file in the value of the 'resourceFilename' parameter of the se_tpb_filesetcreator transformer. See the transformer doc: http://daisymfc.sourceforge.net/doc/transformers/se_tpb_filesetcreator.html HTH, Romain.