예제 #1
0
파일: Prompt.java 프로젝트: Fawzanm/marytts
 /**
  * Gets the the number of recordings for the current prompt
  *
  * @return The number of recordings for the current prompt
  */
 public int getRecCount() {
   return recorded.getFileCount();
 }