Commit Graph

145 Commits

Author SHA1 Message Date
darkeye 05335d1d59 setting the sound card recording sample rate is now more relaxed
there is no error reported if the sample rate is not exactly the same
2001-09-02 14:08:40 +00:00
darkeye a251f4ad26 file search now only looks inside the specified directory 2001-09-02 14:07:50 +00:00
darkeye 8f7a0bb621 improved on static / dynamic build configuration 2001-09-02 12:59:28 +00:00
darkeye c937af781b added RPM package creation scripts 2001-09-02 12:46:05 +00:00
darkeye 552bfc97f6 now displays usage info when no command line parameters given 2001-09-02 12:24:29 +00:00
darkeye 9d567fa74f moved VERSION macro from config.in to C++ compiler option 2001-09-02 12:23:27 +00:00
darkeye 9dae1e9714 changed default lame install dir from /usr/local to /usr 2001-09-02 12:02:29 +00:00
darkeye cbd156ab79 cosmetic change 2001-09-02 11:33:54 +00:00
darkeye 3f4d93404a fixed typos in CVS substition keywords 2001-09-02 09:54:12 +00:00
darkeye 76686793ac renamed configure.h to config.h 2001-08-31 20:09:53 +00:00
darkeye e168b84be2 corrected lame FTP site URL 2001-08-31 20:09:29 +00:00
darkeye fa8530b815 added funcitons conv8() and conv16() 2001-08-31 20:09:05 +00:00
darkeye 7afac9500e renamed configure.h to config.h 2001-08-30 17:25:56 +00:00
darkeye 3caaf66184 delete Makefiles and Makefile.ins before updateding configuration 2001-08-30 17:24:13 +00:00
darkeye ca10f9ed3a more things to do :) 2001-08-29 21:10:11 +00:00
darkeye c14d9259c1 made some description options in the darkice config file optional 2001-08-29 21:08:30 +00:00
darkeye 5bdf95de9f added real support for 8 / 16 bit mono / stereo input
(8 bit input still has to be spread on 16 bit words)
2001-08-29 21:06:16 +00:00
darkeye 9467f67fb9 made file deletion more precise 2001-08-29 21:01:45 +00:00
darkeye ba40a397b4 a bit cleanup for the target dist-hook 2001-08-29 21:00:30 +00:00
darkeye f23124b0c2 added detailed compilation description for lame and the new darkice 2001-08-29 20:59:33 +00:00
darkeye 401589b1f4 added compile option -O2 2001-08-28 07:32:22 +00:00
darkeye 4a9fbaf701 removed -g flag 2001-08-28 07:28:15 +00:00
darkeye 6962782904 cosmetic changes 2001-08-28 06:16:48 +00:00
darkeye a6246e6c5c added man page 2001-08-28 06:00:06 +00:00
darkeye f0a4ab3250 better late than never 2001-08-28 05:59:50 +00:00
darkeye 2fa07ef771 even better lamed shared library linkage 2001-08-27 13:46:07 +00:00
darkeye f74b58e69a cosmetic changes 2001-08-27 06:33:15 +00:00
darkeye b710515f3a more things to do 2001-08-26 20:45:23 +00:00
darkeye 030f4f38be removed external command-line encoder support
replaced it with a shared-object support for lame with the possibility
of static linkage
2001-08-26 20:44:30 +00:00
darkeye 8ded05826f removed automatically generated file 2001-08-26 09:31:58 +00:00
nobody 9fdc61b06c This commit was manufactured by cvs2svn to create tag
'darkice-0_3_1'.
2001-08-26 08:43:13 +00:00
darkeye 03052d8258 added support for unlimited time encoding 2001-08-26 08:43:13 +00:00
darkeye 01e9d80c01 added new TODOs, based on the input of Sebastian Klemke <cBP@gmx.de> 2001-01-30 07:43:11 +00:00
darkeye 113f4e0d49 new things to do 2000-12-20 16:43:31 +00:00
nobody 2e6dd391f6 This commit was manufactured by cvs2svn to create tag 'darkice-0_3'. 2000-12-20 13:01:43 +00:00
darkeye d7f5de1d90 prepearing new release 2000-12-20 13:01:43 +00:00
darkeye a7f3efde10 added prefixVerbosity value. in a low verbosity setting no time-stamp
prefix is displayed
2000-12-20 12:47:40 +00:00
darkeye 2b05be870a added POSIX real-time scheduling 2000-12-20 12:36:47 +00:00
darkeye 254e7e36a4 bug fix in error reporting 2000-12-01 15:03:28 +00:00
darkeye 28953578dd so I won't forget... 2000-11-19 16:29:50 +00:00
darkeye 26658ab7ae these changes should have been in release 0.2, but better late than never 2000-11-19 09:42:28 +00:00
nobody ae33089861 This commit was manufactured by cvs2svn to create tag 'darkice-0_2'. 2000-11-18 19:00:35 +00:00
darkeye 299c52e084 preprearing for version 0.2 2000-11-18 19:00:35 +00:00
darkeye 03e0f9d0d4 removed direct reference to cout, except from main.cpp
all class use the Reporter interface to report events
2000-11-18 11:13:27 +00:00
darkeye 6136206150 added timestamp display, removed process id display in reports
changed reportEvent functions to template functions
2000-11-18 11:12:01 +00:00
darkeye f3dd5f2ce4 added time.h to header list to check 2000-11-18 11:10:31 +00:00
darkeye 7950be7aeb added darkice.cfg to distribution filelist 2000-11-18 11:10:12 +00:00
darkeye e8a74d2f45 added -Wall flag to compiler and eleminated new warnings 2000-11-17 15:50:48 +00:00
darkeye 6bb7ca8649 bug fix: ostream << operator overload didn't return the ostream 2000-11-17 15:33:54 +00:00
darkeye 7eabcb9d56 changed version number from 0.1 to 0.2 2000-11-17 05:50:29 +00:00