> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generic Microphone

> Redirect stub to the Generic Microphone catalog page.

export default function GenericMicrophoneRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/generic-microphone");
  }, []);
  return <>
      # Redirecting to Generic Microphone

      If you are not redirected automatically, [open the Generic Microphone catalog page](https://cyberwave.com/cyberwave/generic-microphone).
    </>;
}
