Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/trynoice/aurora.js

A fork of audiocogs/aurora.js
https://github.com/trynoice/aurora.js

Separate decoding pipeline from Player into Asset so other things like media inspection are possible.

Also make a unified interface for filters like volume and panning, and a nice AudioDevice interf...

8d492ffeee72b6f2c09d7c3bb7b7df76f39620dd authored almost 13 years ago by Devon Govett <[email protected]>
Remove logging

7eb4d219d3cd58053a199d383f43bb95cb18c915 authored almost 13 years ago by Devon Govett <[email protected]>
Add Stream.fromBuffer helper method

fb81bbfefcc2fe4523d9d51b3e621a3b4871aae7 authored about 13 years ago by Devon Govett <[email protected]>
Support reading (and peeking) little endian IEEE 80 bit extended floats

6b8d3509ceff4bd83a2f1dde6e812705c7136de6 authored about 13 years ago by Devon Govett <[email protected]>
Split buffer classes into separate files and rename "shared" to "core"

Added peek methods for all stream/bitstream operations. Moved events into core. Moved queue out ...

a2a574d23058f308a0b6d40e31ea8a213268034e authored about 13 years ago by Devon Govett <[email protected]>
Fix ALAC partial frame reading

57dd5c37c92bdbdb3ed1b6e49e30173f7bc48851 authored about 13 years ago by Devon Govett <[email protected]>
Remove old stuff

a79d03f054138efa0eda8d126d5a52d3c489b43a authored about 13 years ago by Devon Govett <[email protected]>
Make peekUInt8 "safer"

c728e00c7cf29fcd08deb638e115bf7760215da1 authored about 13 years ago by Devon Govett <[email protected]>
Fix copying

d4993e8ce768fe7be2f3b3834d40d0aab750e936 authored about 13 years ago by Devon Govett <[email protected]>
Support reading 24-bit values

81cf80066585523da69cf430d90c9f4a81a4aaa9 authored about 13 years ago by Devon Govett <[email protected]>
Support playing a partial packet at the end of a file

f248876cd0120ac6b969291d67924a67ff7ef41d authored about 13 years ago by Devon Govett <[email protected]>
Support demuxing files that only have one chunk

106f03e92a993ebc725ff681f570da99c710bca8 authored about 13 years ago by Devon Govett <[email protected]>
Buffer bug fixes

5c4cfbdda3883dd29b2fd18a8c7acd3ffcdace16 authored about 13 years ago by Devon Govett <[email protected]>
Emit end events from HTTPSource

1be76838861e22127efd8202e3e6ce0bb8d29dc9 authored about 13 years ago by Devon Govett <[email protected]>
Fix AU demuxer

9dfec612fd8d3809190acc2b054b9e62ecac1af2 authored about 13 years ago by Devon Govett <[email protected]>
Fix FileSource in Opera

e3e5230fbf9e54533d1147a8ef4b95bc709d9b6f authored about 13 years ago by Devon Govett <[email protected]>
Simplify native endian test

99c4da1e19a2ea6c3b8c2f1749c7f9559b33466d authored about 13 years ago by Devon Govett <[email protected]>
Switch to using typed arrays to read binary types instead of bit twiddling

Performance and simplicity win. Fallbacks are provided where necessary (Float64Array missing in...

2618d00c744be8401c21d2292d0227e719daa2b2 authored about 13 years ago by Devon Govett <[email protected]>
Remove seemingly un-needed "safe" reading functions

13523b189b30f719b4ce7730c0fc57225b96acdd authored about 13 years ago by Devon Govett <[email protected]>
Correct WAV filesize endian

728ac0215443477e5ad5fe05644cf1177ecaf643 authored about 13 years ago by Devon Govett <[email protected]>
readFloat64 fallback for browsers without Float64Array (*cough* Safari *cough)

9d51550aaefac2df25f594c9031de269c32ce0af authored about 13 years ago by Devon Govett <[email protected]>
Oops

ac4e2c2af3396b5a3bb877bfe6beea800ed50173 authored about 13 years ago by Devon Govett <[email protected]>
Fix WAV format flags

fc38c54c5df741a1539e5a21f5d2f5bf16b50f84 authored about 13 years ago by Devon Govett <[email protected]>
Set correct AIFF format flags

49d5b8c4fa6d50135520f0f2fdc006a0ebf23614 authored about 13 years ago by Devon Govett <[email protected]>
Oops, fix extended float sign bit

7f427595dc72eabdf7265235b4d8eac3f6d34d93 authored about 13 years ago by Devon Govett <[email protected]>
Simplify AU demuxer

f6e0f49ff34d72adb7d829c89b83a71a723fabf4 authored about 13 years ago by Devon Govett <[email protected]>
Correct sampleRate for AIFF files thanks to 80 bit extended float support

050cf2cc5463f0d01f83f488681fb34b0672a6ad authored about 13 years ago by Devon Govett <[email protected]>
Simple AU demuxer

565cdf9194d3ca5d6a2426917728db6877ff8983 authored about 13 years ago by Devon Govett <[email protected]>
Smaller lpcm chunk size

94132aec6d1996e3ff27ceaabfaee9bdce35eab6 authored about 13 years ago by Devon Govett <[email protected]>
Parse wav duration

6385b060db89db03bc3799c680efead77e9507b9 authored about 13 years ago by Devon Govett <[email protected]>
Oops, fix error message

2a237c4ad0b71569f8d08ab8f9c3f777ab8be6f9 authored about 13 years ago by Devon Govett <[email protected]>
Add ulaw and alaw decoders :)

70c4fe82dbaedcff3ef8b2eb0624826b16ef89b6 authored about 13 years ago by Devon Govett <[email protected]>
Stop player in test page before starting a new song

b15d9a5e691fb4080327ed347201bd78f057e72c authored about 13 years ago by Devon Govett <[email protected]>
Kill file reader at end

d2dd6b04d57c26a836fb532c5f6a8765aea688c4 authored about 13 years ago by Devon Govett <[email protected]>
Prevent coffeescript from returning arrays from loops :(

f99059a610f6c7a6088437c263ac7f08956097a3 authored about 13 years ago by Devon Govett <[email protected]>
Reuse sinks with Sink.singleton() in order to avoid audio context limits.

306a8defcd7f1c8b9a5ce2bed9759c101c7ff3b0 authored about 13 years ago by Devon Govett <[email protected]>
CAF files don't encode the bitsPerChannel. Fix that.

6566ab657d6fd80e0f9ab54bb077466a589254b7 authored about 13 years ago by Devon Govett <[email protected]>
Simple AIFF and WAVE demuxers

372db48631c44c6be0176d2659ec6eea12f8c42f authored about 13 years ago by Devon Govett <[email protected]>
little endian float support

d7aad5c5fc77d3c6c169b6eaa280bd8335928ebd authored about 13 years ago by Devon Govett <[email protected]>
Add linear pcm decoder

Also adds support for varying bit rates, little endian, and floating point values.

b12a8956d0648f18ebd77fa8c96f536166c921a6 authored about 13 years ago by Devon Govett <[email protected]>
Little endian support

436b30101e8d34f5b415a115d195ab5783ec4f14 authored about 13 years ago by Devon Govett <[email protected]>
Update Sink.js

583e3a765d85b84d1b66a4296f278c2056faff50 authored about 13 years ago by Devon Govett <[email protected]>
Bugfixes

15d251a8e56f1e6f3c0c5b7c65de3221111c09bd authored about 13 years ago by Devon Govett <[email protected]>
Fix m4a demuxing. w00t w00t!

8b97643d48559b9a45bbde2f541e1f277ab4cccc authored about 13 years ago by Devon Govett <[email protected]>
Buffer bug fix

99e7921d06dc233eafa2877aafabac6382bcad94 authored about 13 years ago by Devon Govett <[email protected]>
Kinda working m4a metadata parsing... displays album art

f7391109463e9534bf3d304c7566b2452875d341 authored about 13 years ago by Devon Govett <[email protected]>
Fix m4a parsing

7cb2e15e9f67fca06d0ad6a95a4930cbfeca00f6 authored about 13 years ago by Devon Govett <[email protected]>
Use decoding info from ALAC cookie

414e494e58c94ce311ef3fc994eeca16b349e6dc authored about 13 years ago by Devon Govett <[email protected]>
Add FileSource (uses FileReader to play local files)

3cdac1ae345349a8b7a88b4bbfe155ba4a78ca05 authored about 13 years ago by Devon Govett <[email protected]>
Fixes™

bda9d39b8db6646f0add5f5dbfdcf69fc9b3de43 authored about 13 years ago by Devon Govett <[email protected]>
Emit moar progress events

d056a713d52557220f3fcd670bee6c3be68c2e22 authored about 13 years ago by Devon Govett <[email protected]>
Fix playback timer when paused

c7b43290fcda7b4a9a86c3b6f6ae927f3f1c6a38 authored about 13 years ago by Devon Govett <[email protected]>
Sources are just an interface

d39aa2a0eb55261508eeeb796dfe3c33688e9d62 authored about 13 years ago by Devon Govett <[email protected]>
Disable M4A demuxer for now

7d66c0070446a0328cfa6744c59dbe9b5ee8b3cd authored about 13 years ago by Devon Govett <[email protected]>
Clarify chunk waiting code

56f59163006be3ee988603bc44ef427bbec9b51e authored about 13 years ago by Devon Govett <[email protected]>
Duration and currentTime indications

06f18d7a89335583dc61a1f808d7e4333cd9c40a authored about 13 years ago by Devon Govett <[email protected]>
Buffering indication

7af3a064bda46b587505540185176af6598d4cac authored about 13 years ago by Devon Govett <[email protected]>
Some new stuff ™

b21a0b8256c4fb2846865cc66a7d249178f0fee4 authored about 13 years ago by Devon Govett <[email protected]>