1
0
mirror of synced 2026-05-22 14:43:19 +00:00

3585 Commits

Author SHA1 Message Date
Lee Treveil fc20b53c49 move main code to index.js 2013-05-30 15:28:18 +01:00
Lee Treveil abf78aed71 handle id3v2 with extended headers 2013-05-30 15:25:55 +01:00
Lee Treveil 4d46242225 use state pattern for id3v2 parser 2013-05-30 15:03:26 +01:00
Lee Treveil d45f1ec191 refactorings 2013-05-22 21:18:52 +01:00
Lee Treveil c36022668e simpler utf16 string decoder
flip bytes if big endian and use node core decoder instead of handrolled
2013-05-22 20:58:59 +01:00
Lee Treveil f9567e7bca refactorings 2013-05-19 21:13:40 +01:00
Lee Treveil 04ab3cd419 drop node 0.6 support in travis 2013-05-19 21:01:00 +01:00
Lee Treveil d25615941c add regress test for #18 2013-05-19 20:57:26 +01:00
Lee Treveil 76f711a495 use state pattern for id4 parser 2013-05-13 12:06:12 +01:00
Lee Treveil 5dcbb017fa move strtok extensions to common 2013-05-06 22:01:52 +01:00
Lee Treveil 657a40d3fd refactorings 2013-05-06 21:59:41 +01:00
Lee Treveil 74048d93a2 style 2013-05-06 15:18:39 +01:00
Lee Treveil 5782f428dd use state pattern for ogg parser 2013-05-06 14:49:09 +01:00
Lee Treveil ccf3ccdfd0 remove redundant variable 2013-05-02 22:53:56 +01:00
Lee Treveil 9f985cfb67 bump to 0.2.2 2013-04-29 15:06:10 +01:00
Lee Treveil 88b79f925a Merge branch 'tap' 2013-04-29 15:05:35 +01:00
Lee Treveil 1c5b5aadc4 remove TODO 2013-04-29 14:45:45 +01:00
Lee Treveil c24d52bb34 add node 0.10 to travis 2013-04-29 14:41:29 +01:00
Lee Treveil f777c96e8f style 2013-04-29 14:40:20 +01:00
Lee Treveil f220fc88b0 Better ogg parser implementation 2013-04-29 14:39:00 +01:00
Lee Treveil fabad5e80c WIP 2013-04-25 17:43:29 +01:00
Lee Treveil a1549cb9cd bumped to 0.2.1 2013-04-06 17:44:01 -05:00
Lee Treveil ad3117524b Merge pull request #20 from dertseha/flac-ignoredLastBlock
Flac ignored last block
2013-04-06 15:36:18 -07:00
Lee Treveil e32a5c947e Merge pull request #19 from dertseha/EventEmitter-inheritance
Addendum to proper inheritance (#17)
2013-04-06 09:08:31 -07:00
Christian Haas 28910175aa #18 handling last data block of FLAC files
- refactored implementation of flac.js to use State pattern
- extracted DataDecoder helper for reading block
2013-04-06 16:51:21 +02:00
Christian Haas 927699e2ab Using proper inheritance, calling parent constructor (EventEmitter), Addendum to #17
Applied auto-format on save
2013-04-06 15:48:36 +02:00
Lee Treveil 071c47206d fix inheritance 2013-03-31 16:15:05 -04:00
Lee Treveil 37a0a8a2a4 Update README.md 2013-01-14 12:34:49 +00:00
Lee Treveil 3c5d515cbf bumped to 0.2.0 2012-11-20 13:52:30 +00:00
Lee Treveil 601ec3edd4 add test 2012-11-20 13:51:34 +00:00
Lee Treveil 4730c839bf correctly detect mp4 header, fixes #14 2012-11-20 13:49:18 +00:00
Lee Treveil 3eaabbc178 add test folder to npmignore 2012-11-20 00:40:36 +00:00
Lee Treveil cbb9637f8c update readme 2012-11-08 19:04:12 +00:00
Lee Treveil c6abc8295a update readme 2012-11-08 19:02:04 +00:00
Lee Treveil c1f3fa5a3a update readme 2012-11-07 19:34:18 +00:00
Lee Treveil 3faea2a258 bumped to 0.1.9 2012-11-07 19:25:51 +00:00
Lee Treveil cc32c0e13b add gitignore 2012-11-07 19:24:47 +00:00
Lee Treveil 5b8094d0f8 style 2012-11-07 19:23:55 +00:00
Lee Treveil b90e82f282 Merge pull request #11 from bahamas10/fix-octal-parse
Fixes #10 : 08, 09, etc being parsed as octal
2012-10-01 02:51:22 -07:00
Dave Eddy 781ac3052c Fixes #10 : 08, 09, etc being parsed as octal 2012-09-30 17:07:30 -07:00
Lee Treveil 39671000b7 bumped to 0.1.8 2012-09-03 20:48:28 +01:00
Lee Treveil 6def9965cf break from infinite loop Fixes #9 2012-09-02 20:34:26 +01:00
Lee Treveil 88f2141d91 Reduce size of sample mp3 file 2012-08-22 23:01:15 +01:00
Lee Treveil db5259fdb2 educe size of sample audio file. Fixes #8 2012-08-22 22:50:18 +01:00
Lee Treveil d1bbc1303a Revert "Reduce size of sample audio file. Fixes #7"
This reverts commit d3ec9db48f.
2012-08-22 22:47:57 +01:00
Lee Treveil d3ec9db48f Reduce size of sample audio file. Fixes #7 2012-08-22 22:45:07 +01:00
Lee Treveil 0223b6bb4d Update README.md 2012-08-01 12:15:23 +02:00
Lee Treveil 5576f622e5 travis: drop node 0.4 support 2012-07-13 17:13:08 +01:00
Lee Treveil ed61aeb417 travis: only build on master branch 2012-07-13 17:07:52 +01:00
Lee Treveil c03f430cf8 fix test runner 2012-07-13 17:05:22 +01:00