Quick reference for T2 SDE development, system maintenance and hacking. Run commands from /usr/src/t2-src.
Reference docs:
Quick reference for T2 SDE development, system maintenance and hacking. Run commands from /usr/src/t2-src.
Reference docs:
| # Download in m4a format | |
| --format="ba" | |
| --extract-audio | |
| --audio-format m4a | |
| # Continue downloading if the download failed previously | |
| --continue | |
| --no-overwrites | |
| # Set track number, album name, and artist name metadata tags |
| using System; | |
| class PackingBits | |
| { | |
| static void Main(string[] args) | |
| { | |
| // say you have this data: | |
| byte byteA = 7; | |
| byte byteB = 5; | |
| ushort someNumber = 1500; |