Null out sourceDataLine if the line could not be opened.
[sonitus.git] / src /
2013-03-16 David ‘Bombe’ RodenRename exception variable.
2013-03-16 David ‘Bombe’ RodenActually signal finish when finished.
2013-03-16 David ‘Bombe’ RodenBreak instead of returning.
2013-03-16 David ‘Bombe’ RodenFormatting.
2013-03-16 David ‘Bombe’ RodenAdd file sink.
2013-03-16 David ‘Bombe’ RodenAdd finish() method to Connection.
2013-03-16 David ‘Bombe’ RodenAdd LAME-based MP3 encoder.
2013-03-16 David ‘Bombe’ RodenAdd base class for external MP3 encoders.
2013-03-16 David ‘Bombe’ RodenRetrieve binary and parameters from subclass.
2013-03-15 David ‘Bombe’ RodenAdd connection.
2013-03-15 David ‘Bombe’ RodenAdd LAME MP3 decoder.
2013-03-15 David ‘Bombe’ RodenAdd external MP3 decoder.
2013-03-15 David ‘Bombe’ RodenAdd filter that can pipe a source through an external...
2013-03-15 David ‘Bombe’ RodenAdd audio sink.
2013-03-15 David ‘Bombe’ RodenAdd mutators.
2013-03-15 David ‘Bombe’ RodenA filter is both source and sink.
2013-03-15 David ‘Bombe’ RodenAdd sink interface.
2013-03-15 David ‘Bombe’ RodenAdd file source.
2013-03-15 David ‘Bombe’ RodenAdd source interface.
2013-03-15 David ‘Bombe’ RodenBuild correct English plural.
2013-03-15 David ‘Bombe’ RodenIdentify MP3 files.
2013-03-15 David ‘Bombe’ RodenAdd MP3 identifier.
2013-03-14 David ‘Bombe’ RodenAdd some credits to header.
2013-03-14 David ‘Bombe’ RodenReturn an optional instead of throwing an exception.
2013-03-14 David ‘Bombe’ RodenAdd UNKNOWN constants.
2013-03-14 David ‘Bombe’ RodenAdd input stream that identifies its content.
2013-03-14 David ‘Bombe’ RodenReturn the new stream directly.
2013-03-14 David ‘Bombe’ RodenAdd remembering input stream.
2013-03-14 David ‘Bombe’ RodenThrow a custom exception if a stream can not be identified.
2013-03-14 David ‘Bombe’ RodenAdd Ogg Vorbis identifier.
2013-03-14 David ‘Bombe’ RodenOverride hashCode(), equals(), and toString().
2013-03-14 David ‘Bombe’ RodenAdd comment.
2013-03-14 David ‘Bombe’ RodenAdd filter interface.
2013-03-14 David ‘Bombe’ RodenAdd container for format data.