Fred vS

Results 166 comments of Fred vS

No, you cannot call uos methods from Delphi (or you must adapt uos code). You may indeed use uoslib for Delphi, like for Java or C programs but, like said,...

Hello. @perugina did a pull-request 8 years ago but but he closed it because it was not totally ok. https://github.com/fredvs/uos/pull/18 https://github.com/fredvs/uos/pull/18/commits/5a410e783927a134090b1b36a0528e132aa0e823 Maybe you could take inspiration to make uos Delphi...

I fear that is not possible like it is. To be usable for foreign application like C or Java, the methods exported must use the simple types of parameters: integer,...

Hello. Did you read my post: https://github.com/fredvs/uos/issues/60#issuecomment-2914077705 ?

OK but did you try to compile the pull-request of perugina? It is a fix to be able to compile uos with Delphi-compiler? https://github.com/fredvs/uos/issues/60#issuecomment-2906927531

>i t compiles and works for voice processing using inputgetbuffer. Wow magnifique! >One remaining problem is with Audio Output: the targeted thread generates an exception during the first "Tuos_Player.WriteOut" Could...

Thanks but I dont have Delphi.

Pfff, not easy if I cannot test by myself. I see in your screenshot : TuosPlayer(theparent) and a message: Undeclared indentifier "theparent".

What is already working, can you play files, does the mic work?

>What does "PlugEnabled" mean? Is it normal "not PlugEnabled" and run "WriteOut" instead of "WriteOutPLug" ? "PlugEnabled" is set to true when a plugin was added like SoundTouch for tempo-tuning.