Skip to content

Commit

Permalink
Bug fix for AAC streaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Oct 6, 2013
1 parent 3518342 commit 90a4de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/majorkernelpanic/streaming/audio/AACStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public AACStream() throws IOException {
}

if (mMode == MODE_MEDIARECORDER_API) {
mQuality = new AudioQuality(16000,32000);
mPacketizer = new AACADTSPacketizer();
} else {
mPacketizer = new AACLATMPacketizer();
Expand Down

0 comments on commit 90a4de7

Please sign in to comment.