App using virtual audio driver allowed in app store?
Does Apple allow MacOS applications (referred to as the control app) to be offered through the app store when the application:
- Installs a virtual audio driver (virtual speaker and virtual microphone) on the user's system.
- Enables 3rd party apps to send their speaker audio to the virtual speaker for processing (noise reduction). The virtual speaker code then routes the processed audio to a physical speaker which the user has selected in the control app.
- Enables 3rd party apps to connect to and receive microphone audio from the virtual microphone. The virtual microphone code acquires the microphone audio from a physical microphone that the user has selected in the control app. The microphone audio is processed by the control app before it is handed over to the 3rd party app via the virtual microphone.
The application may also use XPC to facilitate communication between the control app and the driver code.
An example of this type of application is Krisp (https://krisp.ai/)
I noticed that Krisp's app isn't published on the app store. Instead you have to download it from krisp's website. So that made me wonder if there is anything in Apple's app store policies that prevents Krisp from publishing their app in the app store?
Thanks.