sonitus.git
2013-05-27 David ‘Bombe... Add output stream wrapper that always writes a multiple...
2013-05-27 David ‘Bombe... Add stereo separation filter.
2013-05-27 David ‘Bombe... Add internal audio processing filter.
2013-05-27 David ‘Bombe... Add sample-aware output stream wrapper and processor.
2013-05-27 David ‘Bombe... Add knob controller panel.
2013-05-27 David ‘Bombe... Add knob controller.
2013-05-27 David ‘Bombe... Don’t require overriding valueSet() anymore, a do-nothi...
2013-05-27 David ‘Bombe... Improve layout.
2013-05-27 David ‘Bombe... Add name to controllers.
2013-05-27 David ‘Bombe... Make controller’s value’s type variable.
2013-05-27 David ‘Bombe... Use a box instead of a panel.
2013-05-27 David ‘Bombe... Add switch panel.
2013-05-27 David ‘Bombe... Add mute switch to audio sink.
2013-05-27 David ‘Bombe... Add switch implementation.
2013-05-27 David ‘Bombe... Add GUI that can display faders.
2013-05-27 David ‘Bombe... Add version information.
2013-05-27 David ‘Bombe... Every source, sink, and filter is now also a controller.
2013-05-27 David ‘Bombe... Add fader implementation.
2013-05-27 David ‘Bombe... Add abstract controller implementation.
2013-05-27 David ‘Bombe... Add controlled interface.
2013-05-27 David ‘Bombe... Add controller interface.
2013-05-27 David ‘Bombe... Add TestNG dependency.
2013-05-27 David ‘Bombe... Add javadoc.
2013-05-27 David ‘Bombe... Rename original and copyright bit.
2013-05-27 David ‘Bombe... Add logging.
2013-05-27 David ‘Bombe... Include source/sink details in exceptions.
2013-05-27 David ‘Bombe... Add metadata stream parser and test case.
2013-05-27 David ‘Bombe... Add streaming audio source.
2013-05-27 David ‘Bombe... Add more recognized encodings.
2013-05-27 David ‘Bombe... Add logging.
2013-05-27 David ‘Bombe... Add code comment.
2013-05-27 David ‘Bombe... Fix javadoc.
2013-05-27 David ‘Bombe... Add filter that tracks the time.
2013-05-27 David ‘Bombe... Add FLAC decoder filter.
2013-05-27 David ‘Bombe... Use a single thread if a source/filter has only a singl...
2013-05-27 David ‘Bombe... Split metadata into format and content metadata.
2013-05-27 David ‘Bombe... Ignore EOF exceptions when identifying streams.
2013-05-27 David ‘Bombe... Finish pipeline when an exception occurs.
2013-05-27 David ‘Bombe... Send metadata change on start.
2013-05-27 David ‘Bombe... Don’t connect sources and sinks directly, use a pipelin...
2013-03-19 David ‘Bombe... Fix equals().
2013-03-19 David ‘Bombe... Don’t call the accessor but access the encoding directly.
2013-03-19 David ‘Bombe... Add link to MPEG audio frame header information.
2013-03-18 David ‘Bombe... Save current source, update metadata after starting...
2013-03-18 David ‘Bombe... Log exactly which part of the connection has died.
2013-03-18 David ‘Bombe... Use custom MP3 parser to detect MP3 metadata.
2013-03-18 David ‘Bombe... Add custom MP3 parser.
2013-03-18 David ‘Bombe... Send event when source reached EOF.
2013-03-17 David ‘Bombe... Remove class name from log messages.
2013-03-17 David ‘Bombe... Strip whitespace from artist and name.
2013-03-17 David ‘Bombe... Add time at start of filtering during which no delay...
2013-03-17 David ‘Bombe... Add resampling filter that uses sox for the heavy lifting.
2013-03-17 David ‘Bombe... Read directly from the source.
2013-03-17 David ‘Bombe... Forward get() calls directly to the current source.
2013-03-17 David ‘Bombe... Save a thread and read directly from the process’ stdout.
2013-03-17 David ‘Bombe... Declare the parameters builder correctly.
2013-03-17 David ‘Bombe... Add Ogg Vorbis decoder.
2013-03-17 David ‘Bombe... Parse Vorbis comments from Ogg Vorbis stream.
2013-03-17 David ‘Bombe... Don’t change the parsed metadata.
2013-03-17 David ‘Bombe... Fix creating new metadata with changed name or artist.
2013-03-17 David ‘Bombe... Parse ID3v2 tag from MP3 streams.
2013-03-17 David ‘Bombe... Fix compatibility with Java 1.6.
2013-03-17 David ‘Bombe... Move format into metadata.
2013-03-16 David ‘Bombe... Update metadata on server if it has changed.
2013-03-16 David ‘Bombe... Send event after source has been updated.
2013-03-16 David ‘Bombe... Add method to notify sink when a source has updated...
2013-03-16 David ‘Bombe... Add basic metadata.
2013-03-16 David ‘Bombe... Add method to expose a source’s metadata.
2013-03-16 David ‘Bombe... Store the source instead of only the format.
2013-03-16 David ‘Bombe... Send event when source is changed.
2013-03-16 David ‘Bombe... Inject event bus.
2013-03-16 David ‘Bombe... Add event that is sent when a source is no longer in...
2013-03-16 David ‘Bombe... Access source threadsafely.
2013-03-16 David ‘Bombe... Make setting the “swapBytes” switch optional.
2013-03-16 David ‘Bombe... Add filter that supports changing sources.
2013-03-16 David ‘Bombe... Add interface for reusable sinks.
2013-03-16 David ‘Bombe... Add logging.
2013-03-16 David ‘Bombe... Fix comment.
2013-03-16 David ‘Bombe... Throw EOF exception on EOF.
2013-03-16 David ‘Bombe... Use JDK 1.6.
2013-03-16 David ‘Bombe... Compare formats’ encodings disregarding case.
2013-03-16 David ‘Bombe... Add Icecast2 sink.
2013-03-16 David ‘Bombe... Add rate limiting filter.
2013-03-16 David ‘Bombe... Use input stream drainer.
2013-03-16 David ‘Bombe... Add input stream drainer.
2013-03-16 David ‘Bombe... Add switch for highest quality encoding.
2013-03-16 David ‘Bombe... Remove name from log message.
2013-03-16 David ‘Bombe... Initialize logger with real name of implementing class.
2013-03-16 David ‘Bombe... Flush stdin after every write.
2013-03-16 David ‘Bombe... Close all streams when finishing.
2013-03-16 David ‘Bombe... Rename exception variable.
2013-03-16 David ‘Bombe... Actually signal finish when finished.
2013-03-16 David ‘Bombe... Break instead of returning.
2013-03-16 David ‘Bombe... Formatting.
2013-03-16 David ‘Bombe... Add file sink.
2013-03-16 David ‘Bombe... Add finish() method to Connection.
2013-03-16 David ‘Bombe... Add LAME-based MP3 encoder.
2013-03-16 David ‘Bombe... Add base class for external MP3 encoders.
2013-03-16 David ‘Bombe... Retrieve binary and parameters from subclass.
2013-03-15 David ‘Bombe... Add connection.
next