I am using IAXClient from lazarus (free pascal). It works fine on Windows and Linux, but I am getting random exception when inside a call.
The exception is always in the "speex_preprocess_run" function. I can't find out the reason for this. Has anyone had any similar problems so far?
The stack trace is like this:
speex_preprocess_run speex_preprocess audio_send_encoded_audio service_audio main_proc_thread_func start_thread
Where you find header files for Lazarus/Delphi ? Can you send it me?
Log in to post a comment.
I am using IAXClient from lazarus (free pascal). It works fine on Windows and Linux, but I am getting random exception when inside a call.
The exception is always in the "speex_preprocess_run" function. I can't find out the reason for this. Has anyone had any similar problems so far?
The stack trace is like this:
speex_preprocess_run
speex_preprocess
audio_send_encoded_audio
service_audio
main_proc_thread_func
start_thread
Where you find header files for Lazarus/Delphi ?
Can you send it me?