summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04record: Queue buffers and send out multiple frames at onceaudio-recordaudioBenjamin Franzke1-26/+142
2013-12-04Timestamp playback buffers with appropriate flagsBenjamin Franzke1-7/+8
2013-12-04Port to gstreamer 1.0 APIBenjamin Franzke1-42/+85
2013-12-04Fix buffer timestampsBenjamin Franzke1-9/+65
2013-12-04audio: Improve pulseaudio config message a bitBenjamin Franzke1-3/+4
2013-12-04Add a FIXMEBenjamin Franzke1-0/+2
2013-12-04Make use of CELT_GET_BITSTREAM_VERSIONBenjamin Franzke1-1/+4
2013-11-22audio: Pull and send the recorded buffer from the main threadBenjamin Franzke1-1/+24
2013-11-22audio.c: Move variable declaration before codeBenjamin Franzke1-3/+4
2013-11-22Pass message type implicity in cmumble_send_*Benjamin Franzke1-3/+3
2013-11-18Fix typo in cmumble struct nameBenjamin Franzke1-7/+7
2012-02-10Use sizeof in encode_varint call for buffer sizeBenjamin Franzke1-1/+1
2012-02-10s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/gBenjamin Franzke1-27/+27
2011-10-08audio: Another type fixBenjamin Franzke1-1/+1
2011-09-25Add udp message targetsBenjamin Franzke1-1/+1
2011-09-25Fix bitshift for udp typeBenjamin Franzke1-1/+1
2011-09-24Use an asynchronous connection initiationBenjamin Franzke1-0/+6
2011-09-23Add prefix cmumble_ to struct context and struct userBenjamin Franzke1-8/+9
2011-09-23Fix indentsBenjamin Franzke1-7/+7
2011-09-23Move audio-related stuff into audio.cBenjamin Franzke1-0/+205