Git Product home page Git Product logo

quartz's Introduction

Quartz

DFPWM and MDFPWM audio player for ComputerCraft.

quartz

Installation

Quartz can be installed by executing the download.lua file or by copy pasting this command:

wget run https://raw.github.com/Ale32bit/Quartz/main/download.lua

Usage

Run the player.lua program and insert a disk containing a .dfpwm or a .mdfpwm file.

Controls

Key Description
Space Play/Pause/Resume
S Stop
Left Backward 5 seconds
Right Forward 5 seconds
Up Volume up
Down Volume down
Page Up Distance Up
Page Down Distance Down
F1 Toggle log screen (keys still work)

Configuration

Quartz can be configured with the use of the set command.

Key Description Type Default
quartz.left Left channel speaker, can be a side of the computer or a network name. string left
quartz.right Right channel speaker, can be a side of the computer or a network name. string right
quartz.volume Volume of the audio, must be a float number between 0.0 and 1.0. number 1.0
quartz.distance The range of the audio, must be an integer number between 0 and 128. number 1
quartz.loop Replays the audio track when it ends. boolean true
quartz.autoplay Automatically plays the disk when the program is started. boolean true
quartz.distributed Play mono audio on all speakers attached to the network. This setting disables quartz.left and quartz.right. Fine tune quartz.distance for best coverage. boolean false
quartz.raw Skip the audio filters when decoding DFPWM. boolean false
quartz.stream.server Server URL of the conversion service. No trailing slash. string https://cc.alexdevs.me

quartz's People

Contributors

ale32bit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.