Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cc-ru/rip-stream-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

.rip stream server

Packets specification

ClientHello

[0x00]

TrackMetadata

[0x01]
[[total time: 4 bytes]
 [[length: 2 bytes] [track name: length]]
 [[length: 2 bytes] [artist: length]]
 [[length: 2 bytes] [album: length]]]

TrackData

[0x02]
[playback time: 4 bytes]
[[length: 4 bytes] [dfpwm data: length]]

.rip format specification

[0x72 0x69 0x70]
[[[length: 2 bytes] [track name: length]]
 [[length: 2 bytes] [artist: length]]
 [[length: 2 bytes] [album: length]]]
[[length: 4 bytes] [dfpwm data: length]]

AltStyle によって変換されたページ (->オリジナル) /