Hi, i m developing a windows audio driver miniport that fs_out_ks uses as KS:<interface name>
The problem i have is how to calculate the Framing Size when SetNotificationFreq is called and how to manage GetPosition.
For example if i have a stream at 96khz 24bit fs_out_ks uses a framing size of 0x12c0 but i don't know how it determines this size.
Foobar sometime stops to dispatch data but i don't know why because the number of bytes returned by GetPosition seems right.
Can anyone help me?
thanks