기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Core SDK

Vivox Core SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
    • Presence management
    • Messaging
    • Manage audio
      • Direct voice audio access
        • Callback APIs
        • Callback usage
        • Read and alter audio data for each participant
      • In-game audio control
      • Muting
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Direct voice audio access

How to access voice audio.
읽는 시간 1분
최근 업데이트: 8달 전

Direct access to the audio buffers on the capture client or render client allows developers to:
  • Add an audio effect that modifies voice (for example, a robot voice, radio distortion, or static)
  • Use a third-party audio engine (such as Wwise) for voice render instead of an automatic render provided by Vivox
  • Record audio
  • Perform phoneme analysis
참고
The Vivox SDK automatically handles the capture and render of voice data without requiring audio buffer access. Unless your implementation requires the situations detailed in the preceding list, you most likely do not need audio buffer access.
The Vivox Core SDK provides four hooks for optional callback functions that allow access to the audio buffers:
  • Capture side
    • After capture, but before Vivox audio processing
    • After Vivox audio processing, but before being sent to the Vivox server
  • Render side
    • After being received from the Vivox server, but before audio processing and mixdown to a single audio stream
    • After Vivox audio processing and mixdown, but before render
참고
Callbacks only occur when in a channel session and the audio data there is interleaved and in 16-bit integer format.
Vivox Core users have access to these hooks directly as displayed in the following sections.
참고
Accessing or modifying the audio buffers incorrectly can have a substantial negative impact on the user experience. The callbacks covered in these topics occur on Vivox’s real-time audio thread so take precautions when using them. Limit memory allocation on this thread to avoid negatively affecting the audio quality, especially on low-end devices.

Topic

Description

Callback APIsHow to set the callback pointers.
Callback usageDetailed information on each callback and it's usage.
Read and alter audio data for each participantManaging individual participant audio data.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고