source: roaraudio/libroardsp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2474:ab15be66e611   15 years phi debug lions and cast
(edit) @2443:9ecbba170d49   15 years phi got the fader work
(edit) @2442:2750ac386c39   15 years phi added roar_math_cvpoly()
(edit) @2441:c7b4330e821a   15 years phi wrote most of the basic fader
(edit) @2440:e5505282f8a4   15 years phi size_t -> ssize_t
(edit) @2438:42679f780d53   15 years phi some basic code
(edit) @2435:a21c31a9d934   15 years phi better groups for object code files
(edit) @2434:3c90edfde81d   15 years phi added libroardsp/fader.[ch]
(edit) @2433:a23cb8131b27   15 years phi sin…
(edit) @2432:d84ffcebf730   15 years phi added support to set volume
(edit) @2431:405e3c3d4815   15 years phi added SYNF s2s
(edit) @2430:cd4e4e0562a4   15 years phi added some basic SYNFs
(edit) @2429:ec88a52431e4   15 years phi get freq
(edit) @2428:0425d34a7bd3   15 years phi correct return value :)
(edit) @2427:fd28722d924e   15 years phi very simple mono synth
(edit) @2426:122c29dbcd87   15 years phi added very basic code for synth
(edit) @2425:d20795efa322   15 years phi added libroardsp/synth.[ch]
(edit) @2424:ebf8be51199e   15 years phi got it... something simular to working at least may completly be replaced …
(edit) @2423:da9a0d1c16dc   15 years phi use correct consts
(edit) @2396:dd57ac9569d4   15 years phi updated switch() for bits
(edit) @2395:9923da8efe75   15 years phi added support for 8 bit so remove
(edit) @2394:73bdb0b3efd8   15 years phi added support for 32 bit so remove
(edit) @2391:364c3dbd7cf6   15 years phi added normal remove for 8 and 32 bit
(edit) @2388:a61fdecf77d0   15 years phi SRC resampler need to call over all samples, not only the first ones
(edit) @2386:0ff0440ba500   15 years phi added SRC (libsamplerate) based resampler
(edit) @2381:4d9b6f1e72d4   15 years phi updated core libs and roard to use new Makefile.inc
(edit) @2319:dd014ea34d3b   15 years phi added functions to calc RMS2()
(edit) @2318:c08b61b1ac4d   15 years phi added file for RMS calcing
(edit) @2315:1907cbac71d4   15 years phi set rate :)
(edit) @2314:93120f7a0387   15 years phi don't set sample rate…
(edit) @2313:c7e67d200534   15 years phi of cause we also need libspeex
(edit) @2311:883f5e3c33f0   15 years phi added a lot debug lions, commented out parts making the speex xcoder …
(edit) @2305:d0b7c9a6b499   15 years phi added support for stereo Speex
(edit) @2302:f9147317b974   15 years phi set sample rate
(edit) @2300:a1f45451cd78   15 years phi wrote decoder part
(edit) @2299:f5c12281eca5   15 years phi completed encoder code
(edit) @2298:159cae76ee09   15 years phi wrote basic init and uninit and a bit of roar_xcoder_speex_packet_size()
(edit) @2297:402e9311a77e   15 years phi added entry for speex
(edit) @2296:1095b3511df4   15 years phi dummy funcs
(edit) @2295:63514c6b7348   15 years phi added transcode_speex.c
(edit) @2218:de8d67085e0e   15 years phi use $(NETLIBS)
(edit) @2214:ef2186cef85d   15 years phi don't link celt in case we do not have CELT ;)
(edit) @2204:ed8a8343e658   15 years phi changed CELT bitrate from 88.2 to 44.1 kbit/s per channel for 44.1kHz …
(edit) @2203:a4fc168618a0   15 years phi wrote decoder
(edit) @2202:4b4e0215cc48   15 years phi no need to check the frame size, this is done by roar_xcoder_proc_packet()
(edit) @2201:90107b320135   15 years phi first try of a encoder function
(edit) @2200:9e57bd72b8b4   15 years phi spacing
(edit) @2199:427ef0d4c622   15 years phi added handling of iobuffer
(edit) @2197:d79c0b1cd976   15 years phi added a lot debug lions, return framesize in byte
(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) @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) @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) @2174:19a693a12053   15 years phi started with the basic codec, need to do a lot more ;)
(edit) @2169:6fafb169e3a2   15 years phi moved transcode.[ch] from roarclicnts to libroardsp
(edit) @2168:d8097d532def   15 years phi added transcode.[ch]
(edit) @2157:58449796e7b5   15 years phi corrected prototypes
(edit) @2156:62c741edbdbc   15 years phi added roar_remove_so() and roar_remove_so16()
(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) @2103:81ac336e6c97   15 years phi added simple not yet working resampler code
(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) @2094:bfd10d8c1de4   15 years phi added a very basic converter function
(edit) @2050:2a4791050950   15 years phi use $SHARED_SUFFIX in most important makefiles
(edit) @1954:1528973b141a   15 years phi added some cvsignore files
(edit) @1880:ebb1117d8189   15 years phi added roar_midi_note_from_midiid()
(edit) @1854:0a8a71892f5e   15 years phi added basic MIDI Note IDs to lookup table, added very basic search …
(edit) @1773:05c54c83cdec   15 years phi use ranlib
(edit) @1733:b31058000869   15 years phi use $LIBS in Makefiles: add libs at end of linker options
(edit) @1679:c68cad0eea75   15 years phi freq is calced wrong
(edit) @1628:18e11dc050c0   15 years phi added a lot code, should work
(edit) @1627:da249e0e3f49   15 years phi added function stubs
(edit) @1626:9f536f50c6e2   15 years phi added files for mid-side decoding
(edit) @1588:b8e7362f4123   15 years phi wrote some basic code
(edit) @1587:9da570b3c375   15 years phi added subs for filter swap
(edit) @1586:bcf771ef779e   15 years phi added a file for a swap filter.…
(edit) @1514:d1ef1521864f   15 years phi also build libroar/libroardsp.a
(edit) @1492:1e1b7fabd0b6   15 years phi corrected wronge cast from int to void*
(edit) @1458:5198ba10a100   15 years phi force width of int (needed for micro controllers)
(edit) @1389:ba7d3f033dad   15 years phi don't set -fPIC on win32
(edit) @1369:ccd5518962a1   15 years phi use the correct header file *g*
(edit) @1368:70ed82d15e83   15 years phi moved poly.[ch] from libroar to libroardsp
(edit) @1367:768517566a44   15 years phi moved convert.c from libroar to libroardsp
(edit) @1303:7c24529981ef   15 years phi delete old version of lib befor install a new one
Note: See TracRevisionLog for help on using the revision log.