버전
menu
The WAV (Waveform Audio File Format) is a standard digital audio file format used for storing an audio bit stream. While the core of a WAV file contains the raw audio data, it can also store a variety of metadata, providing additional information about the audio content. This metadata can be found in different "chunks" within the file.
The following table lists the fields supported by the Media Pool, which include standard WAV fields, Broadcast Wave Format (BWF) extension fields, and iXML metadata:
Field Name |
설명 |
---|---|
Filename |
Name of the WAV file in the file system; a primary identifier. |
WAV |
Standard audio file format. |
Duration |
Total playing time of the audio samples, per channel. |
Samples |
Total count of individual audio samples, per channel. |
Data Size |
Size (in bytes) of the raw audio data within the 'data' chunk. |
Loop Start |
Time of the beginning of a loop, in seconds; found in 'smpl' chunk. |
Loop End |
Time of the end of a loop, returning to Loop Start, in seconds; found in 'smpl' chunk. |
Marker Count |
Total number of defined markers (cue points) for specific time points in the audio; found in 'cue' chunk. |
Sample Rate | Number of audio samples captured per second (Hz), indicating time resolution; found in the 'fmt' chunk. |
Bit Depth | Number of bits per audio sample, indicating amplitude resolution; found in the 'fmt' chunk. Wwise supports the following bit depths; 16-bit integer, 24-bit integer, 32-bit float. |
채널 | Number of audio channels, for example, 1 for mono and 2 for stereo; found in the 'fmt' chunk. |
Channel Configuration | Specifies the channel arrangement and role of audio channels. |
BWFXML |
Root XML tag (<BWFXML>) enclosing iXML metadata within a WAV file. Open standard for embedding detailed XML-based production metadata in Broadcast Wave Format (BWF) files. |
BWFXML/PROJECT | iXML field: Name of the associated project. |
BWFXML/FILE_UID | iXML field: Globally unique identifier for the audio file. |
BWFXML/ASWG |
iXML section: Sony PlayStation Studios' Audio Standards Working Group. |
BWFXML/BWF |
iXML section (<BEXT>) for embedding or referencing BWF 'bext' chunk metadata. |
BWFXML/USER |
iXML section for custom, user-defined metadata fields. Used by Strata to store additional information, including TRACKNAME and Universal Category System (UCS) fields, such as CATID and FXNAME. |
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요