c1c032a9e9
								
							 
						 
						
							
									Add kaa to Windows source 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								84e967c0a2
								
							 
						 
						
							
									Update translate.c 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								d568f23948
								
							 
						 
						
							
									dictionary: fix typo 
							 
							
							
preceeding -> preceding 
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								e7bcd3cc15
								
									
										
											
								
							 
						 
						
							
									dictionary: fix stack initialization 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								5f7db763e2
								
									
										
											
								
							 
						 
						
							
									translate: fix number_buf initialization 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								a5eb246deb
								
									
										
											
								
							 
						 
						
							
									wavegen: fix unitialized pitch 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								1a7ecfc2f2
								
									
										
											
								
							 
						 
						
							
									readclause: limit embedded punctlist length 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								b99f332c57
								
									
										
											
								
							 
						 
						
							
									dictionary: limit word length 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								7d4ad3c2ae
								
									
										
											
								
							 
						 
						
							
									synthdata: fix empty file load 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								e79405772c
								
									
										
											
								
							 
						 
						
							
									voices: disallow dummy voice when not compiling 
							 
							
							
							
						 
						1 year ago  
				
					
						
							
								 
						
							
								5993693504
								
									
										
											
								
							 
						 
						
							
									Fixed missing function declaration 
							 
							
							
Without this function declaration, the build fails on modern C compilers (ISO C99). This affects e.g. builds on Apple Silicon. This fix is also needed in order to compile rasspy/piper on Apple silicon 
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								f881512cd1
								
							 
						 
						
							
									LookupDictList: Fix out-of-bound access 
							 
							
							
When looking for dotted abbreviations we must limit ourself to the size of
the buffer used for translating the abbreviation. 
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								497c6217d6
								
							 
						 
						
							
									speechPlayer: fix sample type qualification to avoid ambiguity 
							 
							
							
As reported in <https://bugs.freebsd.org/271486 >, when the C++ standard
library provides std::sample, it causes a compile error when compiling
speechWaveGenerator.cpp:
  src/speechPlayer/src/speechWaveGenerator.cpp:197:56: error: reference to 'sample' is ambiguous
          unsigned int generate(const unsigned int sampleCount, sample* sampleBuf) {
                                                                ^
  src/speechPlayer/src/sample.h:23:3: note: candidate found by name lookup is 'sample'
  } sample;
    ^
  /usr/include/c++/v1/__algorithm/sample.h:95:17: note: candidate found by name lookup is 'std::sample'
  _SampleIterator sample(_PopulationIterator __first,
                  ^
Since speechWaveGenerator.cpp puts "using namespace std;" at the top,
fix the error by qualifying "sample" with an explicit "::". 
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								9f2ada4574
								
									
										
											
								
							 
						 
						
							
									translate: fix uppercase word split during alphabet change 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								fef5ee60c1
								
									
										
											
								
							 
						 
						
							
									cmake: add default data path from CMAKE_INSTALL_PREFIX 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								76a7e2cf68
								
									
										
											
								
							 
						 
						
							
									cmake: fix rpath for macos dynamic linkage 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								91178133d1
								
									
										
											
								
							 
						 
						
							
									code cleanup: more consts, less statics 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								d46d332563
								
									
										
											
								
							 
						 
						
							
									code cleanup: fix variables initialization 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								c09b887529
								
									
										
											
								
							 
						 
						
							
									code cleanup: unused variables 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								5161577a6d
								
									
										
											
								
							 
						 
						
							
									cmake: install compat binaries 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								631a8f3fa1
								
									
										
											
								
							 
						 
						
							
									cmake: versioned library install 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								524412f52e
								
									
										
											
								
							 
						 
						
							
									cmake: do not install internal libs 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								ead35b181b
								
							 
						 
						
							
									wavegen: support higher speech rate in embedded commands 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								8e163d5072
								
									
										
											
								
							 
						 
						
							
									ssml: support break time multiplier 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								31461c0e44
								
									
										
											
								
							 
						 
						
							
									cmake: force project includes before libraries 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								7f0b0f70f7
								
							 
						 
						
							
									Revert "cleanup: fix code smell knownConditionTrueFalse for strlen() >= 0" 
							 
							
							
Fixes #1660 . 
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								1fd604a942
								
							 
						 
						
							
									code cleanup: setlength: reduce statics count 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								d2f3be9f36
								
							 
						 
						
							
									code cleanup: dead global in spect 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								7485828984
								
							 
						 
						
							
									code cleanup: next bunch of globals 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								aaae4e8daa
								
							 
						 
						
							
									code cleanup: fix -Wmisleading-indentation 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								7b46c81b2f
								
							 
						 
						
							
									code cleanup: fix code-in-asserts for NDEBUG 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								8f19c66b9c
								
							 
						 
						
							
									code cleanup: fix -Wunused-variable 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								25eeddff9a
								
							 
						 
						
							
									code cleanup: fix -Wstrict-prototypes 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								41f5703fde
								
							 
						 
						
							
									code cleanup: fix -Wnewline-eof 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								04ce972800
								
									
										
											
								
							 
						 
						
							
									ssml: handle invalid break strength 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								6bb25fbb07
								
									
										
											
								
							 
						 
						
							
									windows: fix mingw build 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								91b3959170
								
									
										
											
								
							 
						 
						
							
									windows: fix DLL build 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								9725cedc8e
								
									
										
											
								
							 
						 
						
							
									windows: fix definitions 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								3a68f0f74d
								
									
										
											
								
							 
						 
						
							
									code cleanup: compiledict: do not use temp file 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								2f068b15a5
								
									
										
											
								
							 
						 
						
							
									build, ci: windows build 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								c60a49d711
								
									
										
											
								
							 
						 
						
							
									build: support building with cmake 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								820b85ed21
								
									
										
											
								
							 
						 
						
							
									fifo, event: fix thread management 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								78ac6c4a88
								
									
										
											
								
							 
						 
						
							
									code cleanup: do not compile mbrola if not enabled 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								92beee2b4c
								
									
										
											
								
							 
						 
						
							
									code cleanup: remove dead code 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								ca1f590101
								
									
										
											
								
							 
						 
						
							
									code cleanup: standartize definitions 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								c8a21a5463
								
									
										
											
								
							 
						 
						
							
									code cleanup: header detection with has_include 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								b996d39d40
								
									
										
											
								
							 
						 
						
							
									splayer: fix memory leak on espeak terminate 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								b5b3231e52
								
							 
						 
						
							
									espeak-ng: Add -P option to configure pitch range 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								6362245b24
								
							 
						 
						
							
									code cleanup: combine two identical if-clauses 
							 
							
							
							
						 
						2 years ago  
				
					
						
							
								 
						
							
								e5f95289ad
								
							 
						 
						
							
									code cleanup: remove setting unread variable. 
							 
							
							
							
						 
						2 years ago