source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2193:78e5b51e6117   15 years phi corrected magic writing code
(edit) @2192:ad44337f96f8   15 years phi basic checks, write magic…
(edit) @2191:2fa43472c538   15 years phi added init and uninit, need to write encoder and decoder code.
(edit) @2190:3398d76f0298   15 years phi added info on framesize
(edit) @2189:729a72d2fb09   15 years phi addedlinks to the CELT functions
(edit) @2188:e7fd12fd07b5   15 years phi added dummy functions
(edit) @2187:3aa9746560f4   15 years phi startetd with CELT support in libroardsp
(edit) @2186:f7714457be02   15 years phi added debug lions, wrote code for provide_buffer()
(edit) @2185:428bc7864999   15 years phi first try of transcoding code
(edit) @2184:429492a8c3b9   15 years phi added roar_bixcoder_packet_size()
(edit) @2183:eba09cc22a7a   15 years phi added encoder/decoder funcs in the global lookup table
(edit) @2182:e53a870b3f74   15 years phi spacing :)
(edit) @2181:05f340c5ea82   15 years phi wrote encoder/decoder functions
(edit) @2180:e4379f7af304   15 years phi check for backend to be connected in case of de/encoding
(edit) @2179:706d1683475f   15 years phi added transcode_mualaw.c and prototypes for alaw/mulaw xcoding
(edit) @2178:397f705a9564   15 years phi added roar_bixcoder_*() code
(edit) @2177:cfbac9984ea4   15 years phi check for packet size
(edit) @2176:c8fe291eaa53   15 years phi wrote basic codec
(edit) @2175:ece4b38a6d98   15 years phi singular
(edit) @2174:19a693a12053   15 years phi started with the basic codec, need to do a lot more ;)
(edit) @2173:b7dd35cce1b1   15 years phi use a single codec, not an array of codecs
(edit) @2172:da47d051c124   15 years phi prototypes some dummy funcs used by simple encoders
(edit) @2171:bd908e13fc8a   15 years phi corrected prototypes to represent encoder/decoder
(edit) @2170:ad2927da578b   15 years phi added all prototypes I think I need
(edit) @2169:6fafb169e3a2   15 years phi moved transcode.[ch] from roarclicnts to libroardsp
(edit) @2168:d8097d532def   15 years phi added transcode.[ch]
(edit) @2167:a72f8c925e4b   15 years phi start transcoding code
(edit) @2166:65339d91785c   15 years phi use g_conf.samples
(edit) @2165:01dcf9bdef54   15 years phi two commented out debug lions needed for later debugging
(edit) @2164:3f101805821b   15 years phi added simple roarinterconnect
(edit) @2163:0378feb5a7cb   15 years phi added --chans
(edit) @2162:b1fcd565d1b7   15 years phi only use 16 bit filter if we work in 16 bit mode
(edit) @2161:515f15a96755   15 years phi added antiecho flag
(edit) @2160:39b8ea65bfe6   15 years phi set antiecho flag per default on BIDIR streams
(edit) @2159:2ab138cbc626   15 years phi clear buffers in case they are new
(edit) @2158:ff6ea5302c60   15 years phi calc echo removal thingys.
(edit) @2157:58449796e7b5   15 years phi corrected prototypes
(edit) @2156:62c741edbdbc   15 years phi added roar_remove_so() and roar_remove_so16()
(edit) @2155:ad48aa7dd72c   15 years phi started support for antiecho flag
(edit) @2154:1f9fc07cd3fe   15 years phi added support for the antiecho flag
(edit) @2153:ba4ad75b819d   15 years phi write input data to output buffer in case ROAR_FLAG_ANTIECHO is set
(edit) @2152:486dfc9b4b05   15 years phi use stream_outputbuffer_request to get a buffer
(edit) @2151:1871577d2258   15 years phi added stream_outputbuffer_request() and stream_outputbuffer_destroy(): …
(edit) @2150:8809a7d0167c   15 years phi added support to change software volume on a output stream
(edit) @2149:3ccece948dfd   15 years phi added need_vol_change()
(edit) @2148:8da163d161ec   15 years phi use a seperated input pointer for multi-strage conversions
(edit) @2147:085a272b4e2b   15 years phi seperated things a bit
(edit) @2146:da70b6692089   15 years phi updated streams_send_mon() to use a roar_buffer
(edit) @2145:ad5260b8af44   15 years phi updated structs and prototypes, implemented a first 16 bit version
(edit) @2144:0f1a772c21ca   15 years phi added remove.c: simple signal removal/demixer
(edit) @2143:e3465803e2d3   15 years phi added simple header for simple signal removal/demixer
(edit) @2142:95f833ec51ea   15 years phi added debug lions
(edit) @2141:ae202c734bd4   15 years phi added old style speex AEC support
(edit) @2140:7665a1f08287   15 years phi added a simple anti echo, dosn't worl but sounds funny
(edit) @2139:63da6225674a   15 years phi updated ignore file, added roarphone
(edit) @2138:1d4bfcfab077   15 years phi unknown codec: error case
(edit) @2137:12530d8b2c44   15 years phi ha, found the bug and fixed it: use break in switch(){} ;)
(edit) @2136:c006842c5d5b   15 years phi select open flags depending on dir parameter
(edit) @2135:ec80365dd7ef   15 years phi added Debug lions
(edit) @2134:8adc9c6577dc   15 years phi added the oss prototype
(edit) @2133:ee99577b694c   15 years phi search, not just get the first result
(edit) @2132:bc44d4901e33   15 years phi wrote OSS driver, need to test…
(edit) @2131:402d579b1ddb   15 years phi added cdriver oss
(edit) @2130:bf77b4782d41   15 years phi added a simple null driver
(edit) @2129:2d9c6346122f   15 years phi read/write data
(edit) @2128:acc3365dd9d5   15 years phi connect a stream, added a dummy function to send the data
(edit) @2127:85fca7cf35bb   15 years phi added --driver and --device
(edit) @2126:3937527b4c96   15 years phi open driver and directly close it again
(edit) @2125:a3842e3ba36f   15 years phi use a info struct and added struct for driver
(edit) @2124:813ab24c3465   15 years phi added a derivart of roarbidir as roarphone
(edit) @2123:3b76214d6b28   15 years phi added basic code to search for a driver
(edit) @2122:6a3c53b5742f   15 years phi added driver.c
(edit) @2121:652aa73caf76   15 years phi added header for client driver
(edit) @2120:7f67d164a05d   15 years phi added support to CELT cf for BIDIR streams
(edit) @2119:4831aab2283a   15 years phi new algo to for name of mixer channel
(edit) @2118:7f4531e98b2d   15 years phi of cause may the device be NULL
(edit) @2117:2e7146368ea6   15 years phi added support for non-default roard…
(edit) @2116:7903e67b6521   15 years phi check for the correct return value ;)
(edit) @2115:16ddc6566cb2   15 years phi added support to set name for output streams
(edit) @2114:c0e084678926   15 years phi added gopher support *g*
(edit) @2113:bf205e0da6f5   15 years phi support pidfile based --shutdown/--restart
(edit) @2112:6fbae14eed72   15 years phi added support to do a terminate on SIGUSR1
(edit) @2111:db1452dc98ea   15 years phi added support to kill by pidfile at least for --stop
(edit) @2110:5c06f414fb5c   15 years phi test for kill()
(edit) @2109:0b8deb4a879d   15 years phi added --start/--stop/--shutdown (socket/protocol based)
(edit) @2108:067227cca97e   15 years phi news of the past days
(edit) @2107:2dafbf9739f2   15 years phi added support for 8/16/32 bit vorbis encoding
(edit) @2106:0e025903532b   15 years phi of cause only write a pidfile if requested by the user ;)
(edit) @2105:26b5b9e6656b   15 years phi added --vorbis-bits
(edit) @2104:4140ab350dda   15 years phi added pidfile support
(edit) @2103:81ac336e6c97   15 years phi added simple not yet working resampler code
(edit) @2102:7dc6de74943a   15 years phi added debug lion and set indata buffer for bufbuf usage case correctly
(edit) @2101:48f64813b34e   15 years phi corrected debug message
(edit) @2100:430d165c702f   15 years phi WARN -> DBG
(edit) @2099:858f02f3765e   15 years phi got it working :) (samples vs. frames)
(edit) @2098:e9932b68c679   15 years phi added a lot debug lions, changed sign-convert code
(edit) @2097:80d714c6d7d6   15 years phi added support to change signess
(edit) @2096:40ce6a9c8492   15 years phi started with roar_conv2(), still need to add support to convert codec and …
(edit) @2095:619c14fd0823   15 years phi use roar_conv2()
(edit) @2094:bfd10d8c1de4   15 years phi added a very basic converter function
Note: See TracRevisionLog for help on using the revision log.