Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_out_ks Framing Size (Read 1743 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_out_ks Framing Size

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