sonicloudco/recorder
声云录音卡 Recorder 是一套面向开发者和行业客户的智能录音硬件接入方案。 项目以录音卡片硬件为核心,开放 BLE 协议 SDK 及 Android、iOS、鸿蒙、Flutter 接入示例,同时提供 Windows/macOS 桌面端 Demo,支持设备连接、录音控制、实时音频、文件传输、OTA 升级和语音转写等能力,帮助开发者快速将录音硬件接入自己的 App、桌面软件或行业系统。 如需获取硬件规格、样机、完整协议、SDK 资料或定制服务,请联系安徽声云
What it solves
This project provides a set of SDKs to integrate audio recording, speech recognition (ASR), and speech synthesis (TTS) capabilities into hardware devices, such as AI recording cards and smart mice.
How it works
The SDKs enable a combination of edge-side recording and cloud-based Automatic Speech Recognition (ASR) to automate the creation of meeting minutes and archive materials for retrieval. It supports multiple operating systems including Windows 10+, Linux (Debian-based like Uos and Yinhe Kylin), and macOS (arm64).
Who it’s for
Developers building hardware-integrated AI audio tools for corporate gifts, education, and interviewing scenarios.
Highlights
- Integrated recording, ASR, and TTS functionality.
- Support for AI recording cards and smart mice.
- Cross-platform compatibility across Windows, Linux, and macOS.
Related
- Project
microsoft/generative-ai-with-javascriptA Microsoft‑maintained, MIT‑licensed tutorial series that teaches JavaScript developers to build generative‑AI apps. It covers LLM basics, prompt engineering, structured output, RAG, tool calling, and the Model Context Protocol, with code samples, quizzes, videos, and a companion chat app. You can start instantly in a GitHub Codespace or run the code locally.
- Project
yym68686/uni-apiuni‑api is a config‑only server that presents a single OpenAI‑compatible API while routing calls to many LLM providers (OpenAI, Anthropic, Gemini, Vertex, Azure, AWS, etc.). It supports weighted and round‑robin load balancing, automatic retries, per‑model timeouts, rate limits, tool‑call passthrough, content moderation, and fine‑grained request overrides—all defined in an `api.yaml` file or via a `CONFIG_URL`. Deployable as a Docker container (one‑click Fugue button provided).
- Project
plugin87/ux-ui-agent-skillsUX/UI Agent Skills is a Claude‑agent knowledge kit that provides design tokens, component specs, accessibility audits, and 17 slash‑command‑style “skills” to let the AI act as a senior UI/UX architect. It can generate token‑driven code for any framework (React, Vue, SwiftUI, Flutter, etc.), enforce WCAG 2.2 compliance via 37 CI gates, and includes a library of 138 design systems for aesthetic direction. Install via `npx ux-ui-agent-skills init`; the agent reads a `CLAUDE.md` brief and runs the skills or natural‑language prompts to produce design assets, code, and audits.
- Project
nvk/llm-wikillm‑wiki is a cross‑runtime tool that lets Claude, Codex, OpenCode, Pi and other LLM agents build and query a structured, Obsidian‑compatible wiki. It provides ingestion, parallel research, session memory, private adapters, and exportable knowledge checkpoints, with install scripts for each supported agent.