Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-31 15:06:02 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-31 15:06:02 (GMT)
commit3bf6a089d3689b3f47a47f389c9f6da9c7ae3662 (patch)
tree0f512ebff8c921081a27779138bda32a96d3d74b
parente8e5da2d0b12bd63b53ba65456e76c8c59f4769f (diff)
Fixed, no more need to maintain assetml files
-rw-r--r--boards/sounds/HOWTO_ENCODE22
1 files changed, 12 insertions, 10 deletions
diff --git a/boards/sounds/HOWTO_ENCODE b/boards/sounds/HOWTO_ENCODE
index e3b466b..e030b95 100644
--- a/boards/sounds/HOWTO_ENCODE
+++ b/boards/sounds/HOWTO_ENCODE
@@ -14,7 +14,7 @@ Provide here voice translation in boards/sounds/my for each english sounds.
It is best to choose somebody that speaks and articulate well your language.
- Record with rec, grecord, bcast2000, gnoise, audacity
- (mono wav 16bit/44100cwHz gives the best quality/space ratio)
+ (mono wav 16bit/44100Hz gives the best quality/space ratio)
44100Hz is MANDATORY. On some system with bad supported sound card
other frequency lead to major troubles.
@@ -44,12 +44,14 @@ tar -cvzf sounds_my.tgz my
4) Integration
-----------
-Change all .assetml.in file to include the locale name
-Change all the Makefile.am to reflect that change
-Add all the new Makefile in the configure.in in the AC_OUTPUT section
-rerun at top level:
-sh autogen.sh
-make
-make install
-
-Run gcompris in your locale and you should ear your voices. \ No newline at end of file
+Nothing has to be done.
+Run gcompris in your locale and you should ear your voices.
+
+5) Checking
+ --------
+At top level, run:
+./tools/check_missing_voices.pl <locale>
+
+With for example locale being fr for French.
+
+