Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. 2012-07-18 14:57:00.392 OpenEarsSampleApp[17225:707] Normalized array contains the following entries:
  2. (
  3. SUNDAY,
  4. MONDAY,
  5. TUESDAY,
  6. WEDNESDAY,
  7. THURSDAY,
  8. FRIDAY,
  9. SATURDAY,
  10. QUIDNUNC,
  11. "CHANGE MODEL"
  12. )
  13. 2012-07-18 14:57:00.407 OpenEarsSampleApp[17225:707] Starting dynamic language model generation
  14. 2012-07-18 14:57:00.413 OpenEarsSampleApp[17225:707] Able to open /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar.corpus for reading
  15. 2012-07-18 14:57:00.418 OpenEarsSampleApp[17225:707] Able to open /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar_pipe.txt for writing
  16. 2012-07-18 14:57:00.422 OpenEarsSampleApp[17225:707] Starting text2wfreq_impl
  17. 2012-07-18 14:57:00.474 OpenEarsSampleApp[17225:707] Done with text2wfreq_impl
  18. 2012-07-18 14:57:00.479 OpenEarsSampleApp[17225:707] Able to open /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar_pipe.txt for reading.
  19. 2012-07-18 14:57:00.484 OpenEarsSampleApp[17225:707] Able to open /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar.vocab for reading.
  20. 2012-07-18 14:57:00.489 OpenEarsSampleApp[17225:707] Starting wfreq2vocab
  21. 2012-07-18 14:57:00.497 OpenEarsSampleApp[17225:707] Done with wfreq2vocab
  22. 2012-07-18 14:57:00.502 OpenEarsSampleApp[17225:707] Starting text2idngram
  23. 2012-07-18 14:57:00.544 OpenEarsSampleApp[17225:707] Done with text2idngram
  24. 2012-07-18 14:57:00.557 OpenEarsSampleApp[17225:707] Starting idngram2lm
  25.  
  26. 2012-07-18 14:57:00.597 OpenEarsSampleApp[17225:707] Done with idngram2lm
  27. 2012-07-18 14:57:00.602 OpenEarsSampleApp[17225:707] Starting sphinx_lm_convert
  28. 2012-07-18 14:57:00.616 OpenEarsSampleApp[17225:707] Starting sphinx_lm_convert
  29. 2012-07-18 14:57:00.629 OpenEarsSampleApp[17225:707] Done creating language model with CMUCLMTK.
  30. 2012-07-18 14:57:00.777 OpenEarsSampleApp[17225:707] Using convertGraphemes for the word or phrase QUIDNUNC which doesn't appear in the dictionary
  31. 2012-07-18 14:57:00.985 OpenEarsSampleApp[17225:707] I'm done running dynamic language model generation and it took 0.573997 seconds
  32. 2012-07-18 14:57:00.990 OpenEarsSampleApp[17225:707] Dynamic language generator completed successfully, you can find your new files OpenEarsDynamicGrammar.DMP
  33. and
  34. OpenEarsDynamicGrammar.dic
  35. at the paths
  36. /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar.DMP
  37. and
  38. /var/mobile/Applications/016F898B-C17F-4467-A42B-CA2DECD4C750/Documents/OpenEarsDynamicGrammar.dic
  39. 2012-07-18 14:57:00.996 OpenEarsSampleApp[17225:707]
  40.  
  41. Welcome to the OpenEars sample project. This project understands the words:
  42. BACKWARD,
  43. CHANGE,
  44. FORWARD,
  45. GO,
  46. LEFT,
  47. MODEL,
  48. RIGHT,
  49. TURN,
  50. and if you say "CHANGE MODEL" it will switch to its dynamically-generated model which understands the words:
  51. CHANGE,
  52. MODEL,
  53. MONDAY,
  54. TUESDAY,
  55. WEDNESDAY,
  56. THURSDAY,
  57. FRIDAY,
  58. SATURDAY,
  59. SUNDAY,
  60. QUIDNUNC
  61. 2012-07-18 14:57:01.023 OpenEarsSampleApp[17225:707] The audio session has never been initialized so we will do that now.
  62. 2012-07-18 14:57:01.028 OpenEarsSampleApp[17225:707] Checking and resetting all audio session settings.
  63. 2012-07-18 14:57:01.037 OpenEarsSampleApp[17225:707] audioCategory is incorrect, we will change it.
  64. 2012-07-18 14:57:01.042 OpenEarsSampleApp[17225:707] audioCategory is now on the correct setting of kAudioSessionCategory_PlayAndRecord.
  65. 2012-07-18 14:57:01.046 OpenEarsSampleApp[17225:707] bluetoothInput is incorrect, we will change it.
  66. 2012-07-18 14:57:01.050 OpenEarsSampleApp[17225:707] bluetooth input is now on the correct setting of 1.
  67. 2012-07-18 14:57:01.054 OpenEarsSampleApp[17225:707] categoryDefaultToSpeaker is incorrect, we will change it.
  68. 2012-07-18 14:57:01.058 OpenEarsSampleApp[17225:707] CategoryDefaultToSpeaker is now on the correct setting of 1.
  69. 2012-07-18 14:57:01.062 OpenEarsSampleApp[17225:707] preferredBufferSize is incorrect, we will change it.
  70. 2012-07-18 14:57:01.067 OpenEarsSampleApp[17225:707] PreferredBufferSize is now on the correct setting of 0.128000.
  71. 2012-07-18 14:57:01.071 OpenEarsSampleApp[17225:707] preferredSampleRateCheck is incorrect, we will change it.
  72. 2012-07-18 14:57:01.074 OpenEarsSampleApp[17225:707] preferred hardware sample rate is now on the correct setting of 16000.000000.
  73. 2012-07-18 14:57:01.648 OpenEarsSampleApp[17225:707] AudioSessionManager startAudioSession has reached the end of the initialization.
  74. 2012-07-18 14:57:01.653 OpenEarsSampleApp[17225:707] Exiting startAudioSession.
  75. 2012-07-18 14:57:01.657 OpenEarsSampleApp[17225:707] -[PocketsphinxController setRapidEarsToVerbose:]: unrecognized selector sent to instance 0x189e280
  76. 2012-07-18 14:57:01.662 OpenEarsSampleApp[17225:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PocketsphinxController setRapidEarsToVerbose:]: unrecognized selector sent to instance 0x189e280'
  77. *** First throw call stack:
  78. (0x3428e8bf 0x344de1e5 0x34291acb 0x34290945 0x341eb680 0x13cad 0x376707ff 0x3766ef9d 0x37661941 0x376d3541 0x13463 0x3766f7eb 0x376693bd 0x37637921 0x376373bf 0x37636d2d 0x30a69df3 0x34262553 0x342624f5 0x34261343 0x341e44dd 0x341e43a5 0x37668457 0x37665743 0x1323f 0x131e4)
  79. terminate called throwing an exception(lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement