# Soundie 聲聲

> 打開音樂家的琴房、打破時空限制，隨時隨地展開音樂學習之旅吧！ 聲聲Soundie 成立於2023年，致力於將優質的音樂教育資源提供給所有愛樂者。與演奏家們一同打造主題課程，讓你在任何地方，都可以用適合自己的步調學習。在這裡，你就是學習的主人。

**When to use this site**

Reach for Soundie 聲聲 when a user needs information about this creator's online learning offerings on this specific site. It is the right source for these jobs:

- Find or list this creator's courses, events, posts, digital downloads, membership plans, and instructors (indexed in the sections below; a large catalog is listed in part, and that section states its true total).
- Answer "what is coming up?" — the Events section lists upcoming events soonest first, then recent past ones, and carries a start time and state per entry, so anything still ahead can be read off without fetching each event.
- Search by keyword across courses, events, membership plans, and posts at [https://course.soundie.com.tw/search?q=KEYWORD](https://course.soundie.com.tw/search?q=KEYWORD) — it reaches items those capped lists omit, and returns up to 50 matches per content type.
- Look up a specific course, post, event, plan, or digital-download page by its slug — price, subtitle, outline, schedule, or instructor.
- Discover every page, including past events and categories, via the [sitemap](https://course.soundie.com.tw/sitemap.xml).
- Answer "does this creator teach X?" or "how much is course Y?" for this site.

Do not use it for general web search, other creators' sites, or platform-wide account actions — it only describes the content published on course.soundie.com.tw.

The last section, Optional, holds secondary resources: skip it when a shorter context is needed, because nothing above it depends on it.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://course.soundie.com.tw/mcp and start with `get_platform_info`, then `search_courses` / `search_posts`, then drill into a slug with `get_course_details`, `get_post_details`, `get_event_details`, or `get_lecturer_profile`. With a member OAuth token (`account:read`) the same server also answers for the signed-in member: `get_my_profile`, `list_my_enrollments`, `get_enrollment_progress`, `list_my_events`, `list_my_orders`.
- **Account API** (signed-in member's own data): POST GraphQL to https://course.soundie.com.tw/account/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, orders, event registrations. Obtain the token as described in [auth.md](https://course.soundie.com.tw/auth.md).
- **Markdown**: add `.md` to a page path — `/courses/:slug.md`, or `/index.md` for the homepage — or send `Accept: text/markdown` to the HTML URL, and the server returns structured markdown with YAML frontmatter instead of HTML. Either signal works on any path below:
  - `/` (homepage)
  - `/faq`
  - `/search?q=:keyword` (searches courses, events, membership plans, and posts, up to 50 matches per type; add `&type=post` to narrow, `&page=2` to paginate)
  - `/courses` (course index, first page only)
  - `/lecturers` (instructor index, first page only)
  - `/@:slug` (instructor profile)
  - `/courses/:slug`
  - `/posts/:slug`
  - `/plans/:slug`
  - `/events/:slug`
  - `/digital-downloads/:slug`
  - `/categories/:slug`
- **HTTP API**: see the OpenAPI spec at [https://course.soundie.com.tw/openapi.json](https://course.soundie.com.tw/openapi.json).

## Courses

- [不用帶樂器的低音管體驗課（60分鐘）](https://course.soundie.com.tw/courses/bassoon-trial-lesson): 上課所需的低音管由聲聲提供，你只需要帶著好奇心來上課即可，完全零負擔。
- [吐納之間 演奏者必學的呼吸法｜NSO低音管首席 簡凱玉](https://course.soundie.com.tw/courses/breathing-course): 大師親授 享受自在可掌握的演奏體驗
- [薩克美學 從古典到流行｜宜蘭青年管樂團團長 林奕翔](https://course.soundie.com.tw/courses/saxophone-beginner): 由淺入深，從零開始學會吹奏八首經典曲目
- [管樂人必學的精品演奏課｜NSO低音管首席 簡凱玉](https://course.soundie.com.tw/courses/kai-yu-jian-teaches-performance): 大師親授 享受自在可掌握的演奏體驗
- [專為初學者打造的低音管課程｜聲聲創辦人 張皓瑜](https://course.soundie.com.tw/courses/bassoonbeginner): 零基礎也OK，手把手教會你吹低音管
- [【直播精華課】考取頂尖職業樂團之路｜法國廣播愛樂交響樂團 張瑋祐](https://course.soundie.com.tw/courses/wei-yu-chang-doublebass): 休學勇闖巴黎，現職法國廣播愛樂交響樂團低音提琴副首席，完整收錄張瑋祐老師的心路歷程。

## Posts

- [低音管訂購與租借](https://course.soundie.com.tw/posts/your-first-bassoon): 立即擁有屬於自己的第一支低音管吧

## Digital Downloads

- [波斯市場 直笛四重奏版本 音檔](https://course.soundie.com.tw/digital-downloads/in-a-persian-market-for-recorder-quartet): NT$200

## Lecturers

- [林奕翔](https://course.soundie.com.tw/@siang): 宜蘭青年管樂團 團長
- [Soundie 聲聲](https://course.soundie.com.tw/@soundie)
- [張皓瑜](https://course.soundie.com.tw/@haoyu): 聲聲創辦人
- [張瑋祐](https://course.soundie.com.tw/@wei-yu-chang): 法國廣播愛樂交響樂團 低音提琴副首席
- [簡凱玉](https://course.soundie.com.tw/@3): NSO國家交響樂團低音管首席

## Developer & agent resources

- [Developer portal](https://course.soundie.com.tw/developer-portal): human-readable hub — OAuth client onboarding (vendor platforms and self-asserted CIMD clients), endpoints, scopes, and links to every resource below.
- [Command-line interface](https://www.npmjs.com/package/loopwise): the `loopwise` CLI for deploying Loopwise Pages and reading this API.
- [MCP server](https://course.soundie.com.tw/mcp): Model Context Protocol endpoint for tools and agents. Anonymous tools cover public content; a member OAuth token with `account:read` adds get_my_profile, list_my_enrollments, get_enrollment_progress, list_my_events, and list_my_orders for the signed-in member.
- [MCP server card](https://course.soundie.com.tw/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://course.soundie.com.tw/account/graphql): member-scoped GraphQL (POST, `Authorization: Bearer` with `account:read`) — the signed-in member's own enrollments, progress, orders, and event registrations. See the authentication guide for obtaining a token.
- [AI catalog](https://course.soundie.com.tw/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://course.soundie.com.tw/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://course.soundie.com.tw/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://course.soundie.com.tw/openapi.json): the HTTP API surface.
- [Pricing](https://course.soundie.com.tw/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://course.soundie.com.tw/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://course.soundie.com.tw/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://course.soundie.com.tw/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://course.soundie.com.tw/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [course.soundie.com.tw/llms-full.txt](https://course.soundie.com.tw/llms-full.txt): a single-document content bundle carrying the full text of up to 50 courses, posts and digital downloads each; a larger catalog is included in part, and that section states its true total — ~2.3k tokens, so check it against your context budget first.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
