Can VS1010D load the FTOEQU function of VS1005
Can VS1010D load the FTOEQU function of VS1005
Does VS1010D have enough resources to support FTOEQU plug-ins like VS1005 in USB AUDIO mode
Re: Can VS1010D load the FTOEQU function of VS1005
Basic answer is no. ftoequ isn't ported to VS1010.
However it is possible to design a FIR filter, hook it up with stdaudioout Write() and be happy. I've done this to add some clarity for my video call headphones. The available CPU is the limiting factor. But that solution is full custom, manually manipulated and do it once design to solve my problem.
However it is possible to design a FIR filter, hook it up with stdaudioout Write() and be happy. I've done this to add some clarity for my video call headphones. The available CPU is the limiting factor. But that solution is full custom, manually manipulated and do it once design to solve my problem.