vocoder712/OpenUtauMobile
OpenUtau Mobile 是一个面向移动端的开源免费歌声合成软件; OpenUtau Mobile is a free and open-source singing voice synthesis software for mobile devices.
What it solves
OpenUtau Mobile brings singing synthesis software to mobile devices, allowing users to create vocal tracks using various voicebanks. It provides a mobile-friendly editor for managing project files and voicebanks, solving the problem of needing a desktop environment for singing synthesis.
How it works
The app is built upon the OpenUtau Core, with specific patches applied to make it compatible with mobile platforms. It supports the USTX project file format and allows users to gọi call upon different singer types, including DiffSinger, UTAU, and Vogen.
Who it’s for
It is designed for musicians, vocal synthesis enthusiasts, and creators who want to create music with virtual singers on Android and iOS devices.
Highlights
- Multi-platform support: Works on Android 5.0+ and iOS 15.0+.
- Broad singer compatibility: Supports DiffSinger, UTAU, and Vogen voicebanks.
- Project compatibility: Fully supports OpenUtau USTX project files.
- Open-source: Developed under the Apache 2.0 license.
Related
- Project
Prorise-cool/Claude-Code-Multi-AgentClaude Code Multi‑Agent is an open‑source framework that gives Anthropic’s Claude Code project awareness and expert‑agent capabilities. It uses a Python Hook system and a locally‑run Ollama model to automatically detect the codebase type, analyse user intent, load 300+ domain‑specific “Skills” (backend, frontend, testing, security, etc.), and enforce automatic documentation (DEVELOPMENT.md, KNOWLEDGE.md, CHANGELOG.md). After cloning, installing Ollama, a model, and uv, you drop your project into the repo and Claude Code instantly knows its context, suggests appropriate tools, and can be driven with slash commands like `/backend‑specialist` or workflow commands such as `/kiro/spec`.
Key points:
- Zero‑config start; all configuration lives in `.claude/settings.json` and `prompts.json`.
- Hooks run on session start, user prompt, tool use, etc., handling project detection, intent analysis, and doc updates.
- Skills are defined by `SKILL.md` files and are auto‑discovered.
- Works entirely locally (no external API), integrates with Git, and is MIT‑licensed.
Ideal for developers or small teams who want a reproducible, on‑premise AI coding assistant.
- Project
Stability-AI/stable-audio-metricsA collection of evaluation metrics for music and audio generative models, providing tools to calculate Fréchet Distance, KL divergence, and CLAP scores for long-form stereo audio.
- Project
gendigitalinc/sageSage is a security plug‑in for AI coding assistants (Claude Code, Cursor, VS Code, OpenClaw, OpenCode). It intercepts tool calls—shell commands, URL fetches, file writes, package installs—and runs multiple threat checks (cloud URL reputation, 300+ local YAML heuristics, a prompt‑injection ML model, supply‑chain analysis, and Windows AMSI). If a request looks unsafe, Sage blocks it and logs the decision. Installation is done via the respective assistant’s marketplace or npm, and the project is open‑source under Apache 2.0.
- Project
useagenthq/useagentuseAgent is an open‑source, self‑hosted AI coworker platform that lets LLM agents (Claude Code, Codex, OpenCode, Pi) operate inside isolated Linux sandboxes, browse the web, run commands, edit code, and interact with team tools (Slack, GitHub, Gmail, Notion, etc.). It provides a UI with a live timeline, terminal, and workspace, stores every run in PostgreSQL for replay, and supports reusable “skills” and a shared knowledge base. The project is written for the Bun runtime, uses pgvector for embeddings, and is released under AGPL‑3.0 with an optional commercial license.