Skip to content

Commit

Permalink
reader: remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 17, 2014
1 parent c8e6996 commit 509798d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reader.js
Expand Up @@ -108,7 +108,6 @@ Reader.prototype._onSubchunk1Size = function (chunk) {

Reader.prototype._onSubchunk1 = function (chunk) {
debug('onSubchunk1: %o', chunk);
// TODO: support formats other than PCM?
this.audioFormat = chunk['readUInt16' + this.endianness](0);
this.channels = chunk['readUInt16' + this.endianness](2);
this.sampleRate = chunk['readUInt32' + this.endianness](4);
Expand Down

0 comments on commit 509798d

Please sign in to comment.