Skip to content

Instantly share code, notes, and snippets.

@psolyca
Last active May 4, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psolyca/479b38d7c0ed69588df7985c93fcb1f6 to your computer and use it in GitHub Desktop.
Save psolyca/479b38d7c0ed69588df7985c93fcb1f6 to your computer and use it in GitHub Desktop.
Audio bitrates table for Yi4k #yi4k

The audio bitrate is stored as a 32 bit integer corresponding to the number of bits per second. ex: 0x1F400 is 128000 bits per second which is 128kb/s.

Bitrates (kb/s) Hex
#8kbs 0x1F40
#16kbs 0x3E80
#32kbs 0x7D00
#64kbs 0xFA00
#96kbs 0x17700
#128kbs 0x1F400
#256kbs 0x3E800
#320kbs 0x4E200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment