Oboe 오디오 라이브러리는 AGDK 라이브러리에 포함되어 있습니다. Oboe는 Android에서 고성능 오디오 앱을 빌드하는 데 도움이 되도록 설계된 오픈소스 C++ 라이브러리입니다. Oboe는 Android 4.1(API 수준 16) 이상에서 작동하는 단일 네이티브 API를 제공합니다.
Oboe를 사용하면 다음과 같은 이점을 얻을 수 있습니다.
가장 짧은 지연 시간 획득. Oboe를 사용하면 애플리케이션은 지정된 기기와 Android 버전 조합에 가능한 가장 낮은 오디오 지연 시간을 획득할 수 있습니다.
최적의 네이티브 라이브러리 사용. Android API 8.1(API 수준 27) 이상을 실행하는 기기에서 Oboe는 AAudio를 사용합니다. 더 낮은 버전을 실행하는 기기에서는 OpenSL ES를 사용합니다.
오디오 버그 방지. Oboe에는 특정 기기 또는 Android 버전에서 나타나는 일부 알려진 오디오 문제에 관한 해결 방법이 포함되어 있습니다. Oboe를 사용하면 직접 솔루션을 구현하거나 테스트할 필요 없이 애플리케이션에서 이러한 문제를 방지할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-26(UTC)"],[],[],null,["Oboe audio library\nPart of [Android Game Development Kit](/games/agdk/overview).\n\nThe Oboe audio library is included in the [AGDK Libraries](/games/agdk#game-libraries). Oboe is an\nopen-source C++ library designed to help build high-performance audio apps on\nAndroid. Oboe provides a single native API that works in Android 4.1\n(API level 16) and higher.\n\nUse Oboe to gain the following benefits:\n\n- **Achieve the lowest latency**. Oboe helps your application achieve the\n lowest-possible audio latency for a given device and Android version\n combination.\n\n- **Use the best available native library**. On devices running Android API\n 8.1 (API level 27) and higher, Oboe uses AAudio. For devices running lower\n versions, Oboe uses OpenSL ES.\n\n- **Avoid audio bugs.** Oboe includes workarounds for some known audio\n issues that manifest on specific devices or versions of Android. Using Oboe\n helps your application avoid these issues without having to implement or\n test your own solutions.\n\nNext steps\n\n- [Update your build settings](/games/sdk/oboe/update-build-settings)\n\n- [Use Oboe to play or record audio](https://github.com/google/oboe/blob/master/docs/GettingStarted.md#using-oboe)"]]