Glancing at the release notes for IPP7.0 beta update 3, it says "The speech recognition functions (ippSR domain) are not part of this
release; this domain will continue to be supported in the IPP 6.1
product."
So are these just not a part of the beta, or are they out of the product line entirely?
So are these just not a part of the beta, or are they out of the product line entirely?
链接已复制
7 回复数
The speech recognition domain has been removed from the 7.0 product. It will continue to be supported in the 6.1 product.
Are you able to provide a list of the SR functions that you use as part of your product?
Are you able to provide a list of the SR functions that you use as part of your product?
Not too much, actually.
- CopyWithPadding (obviously we can work around this one, but it was a handy one-liner!)
- LogSum (would like to have)
- The gaussian scoring would also be useful, else we were going to roll our own with AVX intrinsics.
- CopyWithPadding (obviously we can work around this one, but it was a handy one-liner!)
- LogSum (would like to have)
- The gaussian scoring would also be useful, else we were going to roll our own with AVX intrinsics.
Are there plans to support again the speech recognition domain? We were using the functions below. thanks
ippsUpdateNoisePSDMCRA_32f_I
ippsLinearToMel_32f
ippsFilterUpdateWiener_32s
ippsFilterUpdateEMNS_32s
I also wonder about the Voice Enhancement functions decribed in th IPP 7.0 Manual. THe havae noise estimation and filter adaptation but it is not stated in the manual which algorithm actually they implement. Is there a document where I could get this information?
>>...Are there plans to support again the speech recognition domain?..
>>
>>...I also wonder about the Voice Enhancement functions decribed in th IPP 7.0 Manual...
IPP supports static linking and you can use it to create your own custom library for static or dynamic linking with a set of functions which will be removed. If you follow that path that custom library could be used in your applications. Also, take into account that several versions of IPP could co-exist on a system ( that was already shortly discussed during last a couple weeks ).
Sergey,
there is no suitable universal approach how to link together 7.1(7.0) and 6.1 versions. Only some "hack" methods are applicable that can't be reccomended as general solution. So in general the latest IPP versions are incompatible with 6.1.
regards, Igor
