GridSound ~ Online DAW


GridSound is a work-in-progress open-source digital audio workstation developed with HTML5 and more precisely with the new Web Audio API. The application can be used at gridsound.com/daw it’s also possible to create an account on gridsound.com to save your compositions online to retrieve them from anywhere at any time.

github.com/gridsound/daw

OpenBroadcaster ~ Broadcast Your Stream


OBPlayer is a stable and secure UNIX-based media streaming playout application that can operate as a standalone player or controlled over a network by a managing OBServer. It can be installed remotely at a transmitter site, in the studio or as multiple virtual headless processes.

OBPlayer is built with rules based intelligence to continue broadcasting no matter what happens. It functions by continually syncing with OBServer, looking for updated schedules, media, and priority broadcasts. If there is a blank spot in the schedule, it falls back to a Default Playlist. If that fails, it goes into Fallback Media Mode. If that fails, it plays from the analog input bypass. Finally, it will play a test signal as a last resort. OBPlayer will always play valid CAP (Common Alerting Protocol) Alerts at the highest priority.

OBPlayer can be run in a variety of configurations:

  • Headless OBPlayer (CLI Process)
  • LIVE Assist with Mobile HTML5 Touch Screen interface
  • GTK desktop application for a Digital Display and output to CATV
  • Standalone Emergency Alerting CAP Player supporting audio, image and video
  • Support For IPAWS CAP Profile Version 1.0 via Alert-Hub

github.com/openbroadcaster/obplayer

OpenBroadcaster focuses on reliability, accessibility and scalability over a having a bloated range of half baked / buggy features. It has an organic AJAX interface built with Gstreamer, HTML5 and Javascript to deliver a web application in support of broadcast radio and TV automation, media asset management and dynamic community programming. One OBServer may manage one or more OBPlayer in a synchronized network configuration or have the server and playout on one device or VM. There is a robust Plugin Module Architecture with many modules extending the core server application. The server has a Documented API to enable sharing digital media assets and metadata with revocable secure keys.

github.com/openbroadcaster/observer
openbroadcaster.com

APlayer ~ Lovely HTML5 Player


APlayer is a lovely HTML5 music player.

APlayer supports:

  • Media formats – MP4 H.264 (AAC or MP3) – WAVE PCM – Ogg Theora Vorbis
  • Features – Playlist – Lyrics

github.com/DIYgod/APlayer

Server Based ABX ~ Web Audio Evaluation Tool


A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.

code.soundsoftware.ac.uk/projects/webaudioevaluationtool
github.com/BrechtDeMan/WebAudioEvaluationTool
github.com/BrechtDeMan/WebAudioEvaluationTool/wiki/Quick-start

MusicLibraryPlayer ~ Server Side Player


Music Library & Player utilizes PHP and vanilla javascript to deliver your web-accessible music library via HTML5 audio in a fully responsive and modern interface.

The library does not require a database back-end. It parses the directory structure, best suited for a [ROOT]/[ARTIST]/[ALBUM]/[TRACKS] type of layout. This isn’t required, but makes for the best user experience. Random playlists can also be generated.

The code contained in this script has not been minified. It is written in long form and is well-documented for ease of use and customization.

Individual tracks are optionally presented with download links. Minimal effort has been put into limiting the reach of the player and download links. It is limited, by default, to the three audio file types that are supported by HTML5. It is advised that you password protect the Music Library & Player directory using htaccess or other method to restrict public access.

Features:
  • Responsive web music library and player
  • HTML5 or m3u file
  • Perfect for a NAS or personal website
  • Easy to setup with little to no programming
  • Uses PHP, vanilla javascript, and html5media
  • No database back-end. Directories are parsed into Artist/Album/Track playlists
  • Open Source MIT License

sourceforge.net/projects/musiclibraryplayer/