VQF: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(framework of file format description)
 
(Standard Chunks)
Line 8: Line 8:
==Standard Chunks==
==Standard Chunks==


{| border="1" cellpadding="4"
{| border="1" cellpadding="8" style="font-family: fixed;"
|-
|-
! Chunk ID
! Chunk ID
Line 15: Line 15:
! Description
! Description
|-
|-
| COMM || Mandatory setup information || int32 channel_mode || 0: mono, 1: stereo
| COMM || Mandatory information || int32 channel_mode || 0: mono, 1: stereo
|-
|-
| || || int32 bitrate || kbit/s
| || || int32 bitrate || kbit/s
Line 22: Line 22:
|-
|-
| || || int32 security_level || always 0
| || || int32 security_level || always 0
|-
| NAME || Song title || char name[] ||
|-
| COMT || Comment || char comment[] ||
|-
| AUTH || Author || char author[] ||
|-
| (c)<space> || Copyright || char copyright[] ||
|-
| FILE || Filename || char filename[] ||
|-
| DSIZ || Data size || uint32 data_size || size of compressed audio data
|}
|}


Line 34: Line 46:
! Description
! Description
|-
|-
| ALBM || Album title || char[] ||
| ALBM || Album title || char album_title[] ||
|}
|}




[[Category: Container Formats]]
[[Category: Container Formats]]

Revision as of 13:02, 7 November 2007

  • Extensions: .vqf
  • Company: Nippon TT

VQF files are used to store a stream of TwinVQ encoded audio data.

All fields are stored in big-endian order.

Standard Chunks

Chunk ID Contents Field Description
COMM Mandatory information int32 channel_mode 0: mono, 1: stereo
int32 bitrate kbit/s
int32 samplerate 44: 44100 Hz, 22: 22050 Hz, 11: 11025 Hz
int32 security_level always 0
NAME Song title char name[]
COMT Comment char comment[]
AUTH Author char author[]
(c)<space> Copyright char copyright[]
FILE Filename char filename[]
DSIZ Data size uint32 data_size size of compressed audio data

Extension Chunks

Chunk ID Contents Field Description
ALBM Album title char album_title[]