[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80976":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":13,"lastSyncTime":28,"discoverSource":29},80976,"ZeroMic","Hypixice\u002FZeroMic","Hypixice","ZeroMic: Turn your mobile into a High-Fidelity Wireless Mic. Instant PC microphone solution via any mobile browser—no app installation required. Portable Windows client with one-click virtual sound card deployment. Powered by WebRTC for ultra-low latency local streaming. Plug and play, redefined.","",null,"Python",35,2,31,0,1,3,4,1.43,"GNU General Public License v3.0",false,"main",true,[],"2026-06-12 02:04:09","\u003Cdiv align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fx19.fp.ps.netease.com\u002Ffile\u002F69f5fc8dfcc7c18f65647c58EUpGTLbr07\" width=\"128\" height=\"128\" alt=\"ZeroMic Logo\">\n  \u003Ch1>ZeroMic\u003C\u002Fh1>\n  \u003Cp>\u003Cstrong>No App Required (Mobile) · Portable Single-Binary (PC) · Modern MD3 UI\u003C\u002Fstrong>\u003C\u002Fp>\n  \u003Cp>Transform your smartphone into a High-Fidelity wireless microphone for your PC instantly.\u003C\u002Fp>\n  \n  \u003Cp>\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPlatform-Windows%20%7C%20Linux%20%7C%20macOS-blue?style=flat-square\" alt=\"Platform\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-GPLv3-green?style=flat-square\" alt=\"License\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBuilt%20with-Python%20%7C%20WebRTC-yellow?style=flat-square\" alt=\"Tech\">\n  \u003C\u002Fp>\n\n  \u003Cp>\n    \u003Cb>English\u003C\u002Fb> | \u003Ca href=\".\u002FREADME_zh.md\">简体中文\u003C\u002Fa>\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n\n---\n\n### 🌍 Help Us Translate ZeroMic!\n\nWe need your help to make ZeroMic available in more languages!  \nTake a look at the existing language files in the `webui\u002Flang\u002F` directory:\n- `en_us.json` (English)\n- `zh_cn.json` (Simplified Chinese)\n\nTo contribute a new translation or improve an existing one:\n1. Create a new JSON file following the same structure (e.g. `ja_jp.json`).\n2. Submit a Pull Request with your changes.\n\nEvery contribution helps us reach more users around the world — thank you! ❤️\n---\n\n## 📖 Introduction\n\n**ZeroMic** is a minimalist, cross-platform wireless microphone transmission tool. \n\nWhether your desktop lacks a dedicated mic or you need high-quality voice input for gaming (Discord, KOOK) or online meetings, ZeroMic has you covered. Simply run the desktop client and access the local URL via your mobile browser—no app installation required. \n\nPowered by **WebRTC P2P technology**, audio data is streamed directly within your local network (LAN) **without passing through external servers**, ensuring maximum privacy and millisecond-level latency.\n\n## ✨ Key Features\n\n- **🚀 Out-of-the-Box:** Packaged as a single executable. No installation, no complicated setup—just double-click and go.\n- **🔧 Auto-Driver Config:** Automatically creates and configures virtual audio devices without manual intervention.\n- **🐧 True Cross-Platform:** Native support for Windows, Linux, and macOS from a single codebase.\n- **⚡ Ultra-Low Latency:** WebRTC-powered LAN streaming provides a near-wired audio experience.\n- **🎨 Modern Design:** Sleek Dark Mode with MD3 (Material Design 3) aesthetics, responsive interactions, and clear status feedback.\n- **🧹 Clean Uninstall:** Built-in cleanup feature ensures no driver residue or registry bloat is left behind.\n\n## 🚀 Quick Start\n\n### Prerequisites\n- A PC running Windows 10+, Linux (PulseAudio\u002FPipeWire), or macOS.\n- Your phone and PC must be connected to the **same Local Area Network (Wi-Fi)**.\n\n### Usage Steps\n1. Download the executable for your platform from the [Releases](https:\u002F\u002Fgithub.com\u002Fhypixice\u002FZeroMic\u002Freleases) page.\n2. **Windows**: Right-click and **Run as Administrator**. **Linux\u002FmacOS**: Run directly (no root required).\n3. On first launch, ZeroMic will automatically set up the virtual audio device. (Windows may take 10-20s for driver setup; Linux\u002FmacOS is near-instant).\n4. Once configured, a URL (e.g., `https:\u002F\u002F192.168.x.x:5000`) will be displayed on the PC client.\n5. Enter this URL in your mobile browser (Safari, Chrome, or Edge recommended).\n6. In your game or voice chat software, set the **Microphone Input Device** to the virtual device created by ZeroMic.\n7. Start talking!\n\n## 🛠️ Developer Guide (Build from Source)\n\n```bash\n# 1. Clone the repository\ngit clone [https:\u002F\u002Fgithub.com\u002Fhypixice\u002FZeroMic.git](https:\u002F\u002Fgithub.com\u002Fhypixice\u002FZeroMic.git)\ncd ZeroMic\n\n# 2. Create and activate virtual environment\npython -m venv .venv\n\n# Windows\n.\\.venv\\Scripts\\activate\npip install -r requirements.txt\npip install -r requirements-windows.txt\n\n# Linux \u002F macOS\nsource .venv\u002Fbin\u002Factivate\npip install -r requirements.txt\n\n# 3. Build Executable\n# Windows\n.\\build.bat\n\n# Linux \u002F macOS\n.\u002Fbuild.sh\n```\nThe packaged binary will be located in the `dist\u002F` directory.\n\n## ⚠️ FAQ\n\n**Q: Mobile browser shows \"Connection is not private\"?**\nA: This occurs because we use a self-signed certificate for LAN HTTPS (a mandatory requirement for WebRTC). Click \"Advanced\" -> \"Proceed to...\" in your browser to continue.\n\n**Q: Why did my PC sound stop working after setup? (Windows)**\nA: Windows sometimes sets the new virtual device as the default \"Speaker\". Click the volume icon in your taskbar and manually switch back to your original speakers\u002Fheadphones.\n\n**Q: \"pactl command not found\" on Linux?**\nA: Ensure PulseAudio or PipeWire is installed. Most desktop distros include them. If missing: `sudo apt install pulseaudio-utils` (Debian\u002FUbuntu) or `sudo pacman -S pulseaudio` (Arch).\n\n**Q: Error when clicking \"Uninstall Driver\"? (Windows)**\nA: Ensure the software is running with **Administrator privileges**. It is recommended to restart your PC after uninstallation to completely clear the audio routing cache.\n\n## 📄 License\nThis project is licensed under the [GPL-3.0 License](LICENSE). You are free to use, modify, and distribute the code, provided that all derivative works remain open-source under the same license.\n\n---\n*Created with ❤️ by Hypixice Studio.*\n","ZeroMic 是一个将您的手机变成高保真无线麦克风的工具，适用于个人电脑。它通过任何移动浏览器即时提供PC麦克风解决方案，无需安装应用程序，并且提供了一个便携式的Windows客户端，支持一键部署虚拟声卡。项目基于WebRTC技术，确保了超低延迟的本地流传输。特别适合于桌面缺乏专用麦克风或需要高质量语音输入的场景，如游戏（Discord, KOOK）和在线会议等。此外，ZeroMic还具有现代化的MD3界面设计，支持跨平台使用（Windows、Linux、macOS），并且提供了自动配置虚拟音频设备的功能，使得用户可以轻松上手而无需复杂的设置过程。","2026-06-11 04:03:04","CREATED_QUERY"]