release 0.9.4
This commit is contained in:
parent
30b6fcdf3d
commit
b73c57f76a
3 changed files with 11 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
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)
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_PREREQ(2.50)
|
||||
AC_INIT(src/main.cpp)
|
||||
|
||||
AM_INIT_AUTOMAKE(llcon,0.9.3cvs)
|
||||
AM_INIT_AUTOMAKE(llcon,0.9.4)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
/* version and application name */
|
||||
#ifndef VERSION
|
||||
# define VERSION "0.9.4cvs"
|
||||
# define VERSION "0.9.4"
|
||||
#endif
|
||||
#define APP_NAME "llcon"
|
||||
|
||||
|
|
Loading…
Reference in a new issue