On demand streaming and conversion service for CC: T.
This project is currently in development and will become the base of YC 2.0 when video streaming is supported.
Endpoint: /api/v1/img/nft
Description: Converts images to NFT format.
Status: Stable but dither param will change and max width and height will be added
Parameter | Type | Default | Description |
---|---|---|---|
url | string | - | The URL of the image to convert. |
width | integer | 51 | The desired width of the output image. |
height | integer | 19 | The desired height of the output image. |
dither | boolean | false | Enables dithering for the image. |
Endpoint: /api/v1/audio/dfpwm
Description: Streams audio in DFPWM format.
Status: Stable but internal chunk size will change and automatic passing to yt-dlp
Parameter | Type | Default | Description |
---|---|---|---|
url | string | - | The URL to extract from or an youtube search quarry |
Endpoint: /api/v1/audio/pcm
Description: Streams audio in PCM U8 WAV format.
Status: Unstable
Parameter | Type | Default | Description |
---|---|---|---|
url | string | - | The URL to extract from or an youtube search quarry |
Example soon™
Example soon™
Speaker.lua (Integrated in CC: T)
- Command:
speaker play <url> [speaker]
- Command:
austream <url> type=pcm,dataType=unsigned,streamData=true
- Command:
austream <url> type=dfpwm,streamData=true
- Status: WIP
- Command:
wavestream <short_url>
- Status: Maybe Coming soon™
- Status: Coming soon™
- https://wavestream-w2q4.onrender.com (Development Server)