FrequenC
Player
decode
- Name: decode
- Description: Decode the FrequenC encoded base64 track
- Type: driver function
- Example:
const node = rainlink.nodes.get("owo").driver.functions.get("decode")
// This will decode FrequenC encoded base64 track
const decoded = await node.driver.functions.get("decode", "Your encoded string")