GithubHelp home page GithubHelp logo

turntable's Introduction

This repository is archived and will not be updated.

turntable

turntable is a client-to-server audio streaming program for Linux, macOS, and Windows, written in C99.

Dependencies

turntable only has dependencies for your platform's audio:

Platform Supported backend
Linux ALSA
macOS Core Audio
Windows WinMM / MME

For ALSA, you must install the libasound2-dev package. On macOS, no packages are needed. For Windows, see Compiling / Windows.

Compiling

You will need a C compiler. clang is recommended, but gcc works as well. For a compiler other than clang, be sure to modify the CC variable in the Makefile and double-check that its atomics intrinsics work the same way.

On macOS, you will need to run xcode-select --install or have Xcode.app installed.

  1. Install the libraries for the filetypes you wish to have support for.
  2. Clone the repository.
  3. cd to the repository on your computer.
  4. Run make.

Windows

As I am not versed in Windows development, I used MinGW to compile this program.

  1. Install MinGW and then binutils (to provide ar) and make.
  2. Perform steps 0 through 2 from the above section.
  3. Have a working C compiler for your architecture accessible from MinGW1.
  4. Run make -f Makefile.NT.

1This is beyond the scope of this document, and anything other than clang or gcc will almost certainly require modification of the Makefile (read: MSVC/cl).

License

This code is licensed under the BSD 3-Clause License. A copy of this license is included in the repository.

turntable's People

Watchers

Ally Sommers avatar  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.