GithubHelp home page GithubHelp logo

apjavel / ohsongcast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openhome/ohsongcast

0.0 0.0 0.0 2.23 MB

OpenHome Songcast Stack

License: Other

Makefile 2.71% C++ 47.47% CMake 0.27% C 29.03% Shell 0.35% Objective-C 7.11% Objective-C++ 2.37% C# 8.03% NSIS 1.21% Batchfile 1.40% SourcePawn 0.06%

ohsongcast's Introduction

ohSongcast can be used to provide a virtual soundcard which sends a device's
audio output to another device which implements the OpenHome Receiver service
(http://wiki.openhome.org/wiki/Av:Developer:ReceiverService).

Full versions exist for Windows (7 onwards) and Mac OSX (Lion onwards).
Much of the code builds for other platforms but without integration their audio subsystems.

The code can be built for Windows, Mac or Linux and requires:
- Python v2.7
- MSVC (Windows)
- GCC (Linux)
- Clang (Mac)
- ohNet (https://github.com/openhome/ohNet.git)
- ohdevtools (https://github.com/openhome/ohdevtools.git)
- ohNetGenerated (https://github.com/openhome/ohNetGenerated.git)
- ohNetmon (https://github.com/openhome/ohNetmon.git)
- ohTopology (https://github.com/openhome/ohTopology.git)

All code must be cloned to the same root directory and can then be built using:

cd ohNet
make ohNetCore proxies devices TestFramework ohNet.net.dll
cd ../ohNetGenerated
./go fetch --all
make
cd ../ohNetmon
./go fetch --all
./waf configure --ohnet=../ohNet
./waf build
cd ../ohTopology
./go fetch --all
./waf configure --ohnet=../ohNet
./waf build
cd ../ohSongcast
make release=1

and for a debug build:

cd ohNet
make ohNetCore proxies devices TestFramework ohNet.net.dll debug=1
cd ../ohNetGenerated
./go fetch --all	### note the missing '--debug' argument is intentional
make debug=1
cd ../ohNetmon
./go fetch --all --debug
./waf configure --ohnet=../ohNet --debug
./waf build
cd ../ohTopology
./go fetch --all --debug
./waf configure --ohnet=../ohNet --debug
./waf build
cd ../ohSongcast
make debug=1

ohsongcast's People

Contributors

stevenspencer avatar grahamdarnell avatar simonchisholm avatar kylegordon avatar doomhammer 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.