jamulus/ChangeLog

130 lines
2.8 KiB
Plaintext
Raw Normal View History

2009-07-25 22:54:57 +02:00
3.0.0
- introduced new audio codec "CELT", not compatible to old versions
2009-08-19 21:26:14 +02:00
- only the sound card frame sizes 128, 256 and 512 is allowed (since other
frame sizes require additional conversion buffers which introduce delay)
2009-07-25 22:54:57 +02:00
- IMA-ADPCM, MS-ADPCM removed
- since CELT works on 48 kHz sample rate, resampling was removed
2009-08-19 21:26:14 +02:00
- various bug fixes (e.g. disconnecting did not work reliably)
2009-07-25 22:54:57 +02:00
2009-07-08 20:47:04 +02:00
2.3.0
- new system sample rate of 33 kHz to improve audio quality, not compatible
to old versions
- added history graph for server logging
- added command line argument for connecting a server at software start-up
2009-07-25 22:54:57 +02:00
2.2.2
2009-05-14 22:06:39 +02:00
- "Mute" and "Solo" check boxes for each connected client fader
- changes to the main GUI (grouped "local" and "server" settings)
- LED status lights and LED input level meter
- better behaviour on disconnection (introduced disconnection protocol message)
2009-05-14 22:15:04 +02:00
- store previous server URLs
2009-03-29 18:50:29 +02:00
2.2.1
- bug fix and improvements for automatic jitter buffer size setting
2.2.0
- added Jack audio interface (Linux)
- simplified settings dialog, complete redesign (removed sound card
buffer settings, network block sizes settings, added upload rate display)
- improved audio stability (audio interface is not callback based, removed
intermediate audio buffers, client audio buffer size equals network
buffer size now)
- added upload rate limitation for server (server decides which network
parameters to use depending on the upload limit and the number of connected
clients)
2.1.4
- added automatic jitter buffer size setting
- speed optimizations to improve audio interface stability
- new defaults (e.g. turn off Reverb by default since it requires significant
CPU)
2008-11-02 21:40:38 +01:00
2.1.3
- added sound card selection
- added total delay display
- improved ASIO configuration
2008-08-13 18:56:27 +02:00
2.1.2
- audio compression type can be selected (IMA ADPCM, MS ADPCM, None)
- ping time measurement problems on Windows OS fixed
- security checks for protocol messages (wrong messages could crash the
software)
2008-08-13 18:56:27 +02:00
2.1.1
- chat window
- server can be started on different port
- client can select port of server
- ping time information in general settings dialog
2.1.0
- ASIO support
2.0.0
- first QT4 compatible release
0.9.9
- new client settings dialog
- at each client a separate audio mix can be generated for all connected clients
at the server
2008-08-13 18:56:27 +02:00
2006-03-10 22:15:40 +01:00
0.9.4
- implemented protocol, now it is possible to set the jitter buffer in the
server according to the setting in the client (they are coupled now)
- removed sample rate offset estimation since it was not used anyway
- internal audio processing in the server is now based on minimum block
size (improves latency)
2008-08-13 18:56:27 +02:00
0.9.1
- initial version