summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-12Add support for transporting audio data using udpudp-3Benjamin Franzke1-6/+2
With crypt.c importet from umurmur, changed encrypt key to use raw_key instead of decrypt_iv.
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
Its abit unclear in the documentation, whether the first bits refer to lsb or msb.
2011-09-24Use an asynchronous connection initiationBenjamin Franzke1-0/+6
So we arent blocked, and unable to handle cmdline interaction while connecting.
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