> For the complete documentation index, see [llms.txt](https://getsquish.gitbook.io/squish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://getsquish.gitbook.io/squish/th/recipes/build-week-audio-navigation.md).

# สัปดาห์สร้างงาน: คัดเลือกผู้สมัครด้วยเสียงนำทาง

ส่วนขยาย Build Week เพิ่มสัญญาณเชิงกลตัวที่สองให้กับ CLI ภายในเครื่องและเซิร์ฟเวอร์ MCP: แถบกิจกรรมเสียงที่ทำให้เป็นมาตรฐานและจัดแนวตามไทม์ไลน์ต้นทางแบบสัมบูรณ์เดียวกับช่องภาพ มันตอบคำถามหนึ่งข้อ—**เมื่อใดที่การดูให้ละเอียดขึ้นอาจมีประโยชน์?**—โดยไม่ได้อ้างว่าเข้าใจเสียง

## สิ่งที่มีอยู่ก่อนเหตุการณ์

ก่อนหน้านี้ Squish สร้างแผ่นสรุปภาพพร้อมเวลาประทับอยู่แล้ว และรองรับการซูมแบบทำซ้ำได้ `เริ่มต้น`/`สิ้นสุด` การประทับเวลาแบบสัมบูรณ์เหล่านั้นและลูป ภาพรวม → ซูม คือรากฐาน ไม่ใช่งานของ Build Week

## สิ่งที่ Build Week เพิ่มเข้ามา

* ทั่วทั้งคลิป `clip_peak` แถบกิจกรรมเสียงบนแผ่น CLI/MCP ภายในเครื่อง;
* แบบบวกเพิ่มตามเวลาสัมบูรณ์ `audio.samples[]` ข้อมูลเมตา;
* การคงไว้ซึ่งกิจกรรมที่สั้นและความถี่สูง;
* การทดสอบ เอกสาร และเวิร์กโฟลว์เลือกผู้สมัครโดยมีเสียงนำทาง

นี่คือพลังงาน ไม่ใช่ความหมาย ไม่มีทรานสคริปต์ ป้ายกำกับเหตุการณ์เสียง การแยกผู้พูด หรือการอนุมานอารมณ์ การเผยแพร่สาธารณะใช้สเกลอ้างอิงเดียวตลอดคลิปต้นทางทั้งหมด ไม่ได้นำไฟล์แยกกันมาเปรียบเทียบบนสเกลร่วม

## สองชั้นของหลักฐาน

**หลักฐานเชิงเรื่องราว** เดโมสาธารณะใช้ฟุตเทจจากกล้องที่เจ้าของอนุญาต: คลิปหนึ่งนาทีที่มีลักษณะซ้ำๆ กัน 22 คลิป ช่วงผู้สมัครที่เสียงนำทาง และการซูมภาพแบบละเอียดที่ยืนยันว่ามีคนโผล่มาที่ขอบประตูชั่วครู่ ฟุตเทจนี้เป็นส่วนตัวและไม่ได้เผยแพร่

**หลักฐานที่ทำซ้ำได้** ที่เก็บสาธารณะมีไฟล์ตัวอย่างที่สร้างขึ้นมาแล้วความยาว 24 วินาทีอยู่ที่ `examples/audio-navigation/`. มันยังคงนิ่งทางภาพในภาพรวมทั่วไป มีเสียงสั้นๆ แทรกเข้ามา และหลังจากนั้นไม่นานจะเห็นเครื่องหมายสีชมพูขึ้นมาชั่วครู่

```bash
git clone https://github.com/getsquish/squish.git
cd squish
./examples/audio-navigation/generate-sample.sh

npx -y @getsquish/squish@0.3.1 \\
  examples/audio-navigation/sample.mp4 \\
  --json \\
  --out /tmp/squish-audio-overview

npx -y @getsquish/squish@0.3.1 \\
  examples/audio-navigation/sample.mp4 \\
  --density 6x6 \\
  --start 11.5 \\
  --end 13.5 \\
  --json \\
  --out /tmp/squish-audio-zoom
```

ให้อ่านภาพรวมก่อน ใช้กิจกรรมเสียงเพียงเพื่อเสนอ `11.5–13.5 วินาที` ช่วงใกล้เคียง แล้วค่อยตรวจแผ่นภาพแบบละเอียดเพื่อยืนยันว่าตัวเครื่องหมายปรากฏเมื่อใด ดัชนีเป็นเพียงข้อเสนอ ส่วนภาพที่ซูมแล้วคือหลักฐาน


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://getsquish.gitbook.io/squish/th/recipes/build-week-audio-navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
