summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-14Terminate midi thru boxes trying to drain but that have noAlexandre Ratchov
2010-11-05Add experimental support for 24-bit arithmetic, meaning that fullAlexandre Ratchov
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-11-04legacy.c is not used any longerAlexandre Ratchov
2010-10-21When the end of a stream is reached (ie mix_eof() called) otherAlexandre Ratchov
2010-10-21fix style and typos in messages and commentsAlexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-09-18add forgotten ``return NULL'' when a .wav file fails to get theAlexandre Ratchov
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-08-19fix NULL pointer deref in midicat option parsing when ``-'' isAlexandre Ratchov
2010-07-31remove 2 years old compatibility modeAlexandre Ratchov
2010-07-31remove forgotten debug messageAlexandre Ratchov
2010-07-10When a file is created, initialize its ``busy cycles'' counter to zero.Alexandre Ratchov
2010-07-10In midi server mode, don't terminate the midi thru box if there areAlexandre Ratchov
2010-07-10fix parameter handling: don't try to open a ``default'' midi portAlexandre Ratchov
2010-07-06Try to detect busy loops caused by misbehaving audio driversAlexandre Ratchov
2010-07-06various tweaks to previous; ok ratchovJason McIntyre
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-06-29explicitely initialize members of struct dev in dev_open()Jacob Meuser
2010-06-29If the device isn't opened yet (as can be the case with '-a off'),Jacob Meuser
2010-06-25don't attempt to drain devices after they are destroyed, whichAlexandre Ratchov
2010-06-20fix midicat(1) device mode when only -i or only -o is used (ieAlexandre Ratchov
2010-06-05Take into account wav ``riff'' header when calculating the offsetAlexandre Ratchov
2010-06-05when parsing wav headers, check that a data chuck actually existsAlexandre Ratchov
2010-06-05in dev_close(), first terminate streams recording from the hardware,Alexandre Ratchov
2010-06-05When closing the device, request clients using a midi control slotAlexandre Ratchov
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre Ratchov
2010-06-05Don't send the initial position as a clock tick with a negative delta.Alexandre Ratchov
2010-06-04when attaching files to play or record to the device, check thatAlexandre Ratchov
2010-06-04midi control aproc structure is can be destroyed before any streamAlexandre Ratchov
2010-06-04Allow the audio device to be opened only while it's actually used.Alexandre Ratchov
2010-05-27include stdint.hAlexandre Ratchov
2010-05-25enable support for ``extended'' .wav files since certain programsAlexandre Ratchov
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-08Fix sign in dev_getpos(). Indeed, positive device playback latencyAlexandre Ratchov
2010-05-08don't take into account recording latency in dev_getpos(), sinceAlexandre Ratchov
2010-05-07remove ``abspos'' counters, from the pre-libsndio era. Since play andAlexandre Ratchov
2010-05-07Since aucat uses libsndio, play and rec clocks are the same, soAlexandre Ratchov
2010-05-07don't prime audio buffers if the device is only started to serveAlexandre Ratchov
2010-05-06allow volumes of uninitialized slots to be setAlexandre Ratchov
2010-05-04make the mixer process data as soon as it's pushed by one of itsAlexandre Ratchov
2010-05-04if the ``device'' is in loopback mode (ie no audio device), thenAlexandre Ratchov
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-05-02Don't systematically fill with silence the mixer output. ThisAlexandre Ratchov
2010-05-02use clock_gettime() and interval timers instead of gettimeofday()Alexandre Ratchov
2010-05-02in the resampling code, handle the case ``diff == 0'', to avoid producingAlexandre Ratchov