# 음성파일 자르기 audacity

소리 녹음과 편집을 할 수 있는 오픈소스 프로젝트 audacity  를 이용하면

음성파일을 자르는 편집을 쉽게 할 수 있습니다.

프로그램 상단 메뉴의 파일> 열기를 선택하여 편집할 파일을 고르고

자르고 싶은 영역을 마우스로 드래그 한 후 Ctrl + T 키를 이용하여 선택부분을 남기면 아래 그림과 같이 원하는 부분이 남게됩니다.

이 상태에서 파일 > Export > mp3 또는 wav 를 선택하여 저장하면 원하는 부분의 음성만 잘라진 상태로 저장됩니다.

![](/files/-MRTAd3MyWJbU8oP3xN4)


---

# Agent Instructions: 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:

```
GET https://docs.hamonikr.org/hamonikr/tips/audacity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
