Re: [fpc-pascal] SpVoice.GetVoices returned exception class EOleSysError

2017-04-11 Thread Andrew Haines via fpc-pascal
On 04/10/2017 02:58 AM, misabov wrote: The project has generated an exception class EOleSysError with a message: ?? ?? ??. uses ...,ComObj; var SpVoice: Variant; SpVoice := CreateOleObject('SAPI.SpVoice'); SpVoice.Voice:= SpVoice.GetVoices('','').Item(0); SpVoice GetVoices

Re: [fpc-pascal] SpVoice.GetVoices returned exception class EOleSysError

2017-04-11 Thread Michael Van Canneyt
On Sun, 9 Apr 2017, misabov wrote: The project has generated an exception class EOleSysError with a message: ?? ?? ??. uses ...,ComObj; var SpVoice: Variant; SpVoice := CreateOleObject('SAPI.SpVoice'); SpVoice.Voice:= SpVoice.GetVoices('','').Item(0); SpVoice GetVoices

Re: [fpc-pascal] Good FFT example anywhere?

2017-04-11 Thread Michael Schnell
On 09.04.2017 10:06, Bo Berglund wrote: It will produce 8192 samples for each measurement. If the "measurements" come as a sequence of sample-blocks, you additional to the core FFT will need a sliding Window algorithm to e.g. create something like a life spectrum display or do a useful

[fpc-pascal] SpVoice.GetVoices returned exception class EOleSysError

2017-04-11 Thread misabov
The project has generated an exception class EOleSysError with a message: ?? ?? ??. uses ...,ComObj; var SpVoice: Variant; SpVoice := CreateOleObject('SAPI.SpVoice'); SpVoice.Voice:= SpVoice.GetVoices('','').Item(0); SpVoice GetVoices method (SAPI 5.3) cannot return a selection