Age | Commit message (Expand) | Author |
2009-11-15 | If two (or more) inputs use channel ranges having no intersection, | Alexandre Ratchov |
2009-11-05 | in rpipe_done (wpipe_done), all buffers must be detached | Alexandre Ratchov |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-10 | We don't need independent file reader and writer anymore. So, | Alexandre Ratchov |
2009-10-09 | Make abuf structure smaller: | Alexandre Ratchov |
2009-10-06 | prevent aproc structures to be deleted twice. Doesn't change anything | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre Ratchov |
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov |
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov |
2008-12-19 | use simple linear interpolation in the resampling code. | Alexandre Ratchov |
2008-12-07 | When resampling, don't require the sample frequency to be an integer. | Alexandre Ratchov |
2008-11-16 | make aucat compile without DEBUG defined (still defined by default) | Alexandre Ratchov |
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-06 | drop/silence calculation is wrong when xrun occurs and client and | Alexandre Ratchov |
2008-11-04 | split code that converts any->any in two parts: one to encode | Alexandre Ratchov |
2008-11-04 | cleanup: remove channel mapping bits from encoding conversion code. | Alexandre Ratchov |
2008-11-04 | add "new" conversion code to map any channel range into any other | Alexandre Ratchov |
2008-11-04 | cleanup: resample stream while in native format and remove resampling | Alexandre Ratchov |
2008-11-04 | optimization: add "new" resampling code (actually based on the existing | Alexandre Ratchov |
2008-11-03 | rename mixxxx and subxxx fields of struct abuf to avoid confusion: | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-08-20 | abuf_flush() must be called only from the ``xxx_in()'' routines (ie | Alexandre Ratchov |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |
2008-08-14 | add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is | Alexandre Ratchov |
2008-08-14 | add a xxx_done() method to aproc structures, that cleans up just | Alexandre Ratchov |
2008-08-14 | move mix/sub underrun/overrun handling code and data in the | Alexandre Ratchov |
2008-08-14 | factor code that discards data from abuf strucure into a single | Alexandre Ratchov |
2008-06-02 | allow the user to choose the aucat behaviour when underruns/overruns | Alexandre Ratchov |
2008-06-02 | since underruns/overruns are handled outside devices, remove code that | Alexandre Ratchov |
2008-06-02 | Allows any input/output stream to underrun/overrun without disturbing | Alexandre Ratchov |
2008-05-25 | give argument to LIST_END(), don't use variable lenght arrays as last | Alexandre Ratchov |
2008-05-23 | add support for: | Alexandre Ratchov |