Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R riffler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Teknikal_Domain
  • riffler
  • Wiki
  • Chunks
  • RIFF

RIFF · Changes

Page history
Create RIFF chunk description authored Mar 26, 2023 by Teknikal_Domain's avatar Teknikal_Domain
Show whitespace changes
Inline Side-by-side
chunks/RIFF.md 0 → 100644
View page @ 9e855902
The RIFF chunk makes up the file header, which describes the file size and contained data.
## Format
Sizes and offsets in bytes.
| Offset | Size | Name | Description |
| ------ | ----:| ---- | ----------- |
| 0x00 | 4 | Chunk ID | "RIFF" (0x52494646) |
| 0x04 | 4 | Data Size | Size of the file, minus 8 bytes |
| 0x08 | 4 | RIFF Type | Type of data contained in this file[^1] |
- Format string: `<4sI4s`
[^1]: Since this is meant to work primarily with `.wav` files, we expect the RIFF Type to be `WAVE` (0x57415645).
\ No newline at end of file
Clone repository
  • Basic Format Overview
  • chunks
    • RIFF
    • fmt
  • Home