Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-06 | audio: Try to create playback pipelines ondemand | Benjamin Franzke | 1 | -112/+153 | |
2013-12-05 | wip | Benjamin Franzke | 1 | -5/+16 | |
2013-12-04 | record: Queue buffers and send out multiple frames at once | Benjamin Franzke | 1 | -27/+141 | |
Also restart sequence on discontiuity. FIXME: Research whether we can always just ask for the GST_BUFFER_DISCONT flag. Sending audio works quite reasonable with a server that has 72kbit/s now. :) | |||||
2013-12-04 | Timestamp playback buffers with appropriate flags | Benjamin Franzke | 1 | -8/+64 | |
* GST_BUFFER_FLAG_DISCONT helps to play immediately after a pause (i.e. no talking) TODO: Not sure GST_BUFFER_FLAG_RESYNC does really help, but from the decoumentation it does what we want. | |||||
2013-12-04 | Port to gstreamer 1.0 API | Benjamin Franzke | 1 | -36/+80 | |
Includes fixes: - use a callback, not a signal for appsink's new_buffer | |||||
2013-12-04 | audio: Improve pulseaudio config message a bit | Benjamin Franzke | 1 | -3/+4 | |
2013-12-04 | Add a FIXME | Benjamin Franzke | 1 | -0/+2 | |
2013-12-04 | Make use of CELT_GET_BITSTREAM_VERSION | Benjamin Franzke | 1 | -1/+4 | |
Instead of hardcoding this. | |||||
2013-11-22 | audio: Pull and send the recorded buffer from the main thread | Benjamin Franzke | 1 | -1/+24 | |
Tests showed this lets the appsink pull more buffers, since the streaming thread is not blocked due to network write. | |||||
2013-11-22 | audio.c: Move variable declaration before code | Benjamin Franzke | 1 | -3/+4 | |
2013-11-22 | Pass message type implicity in cmumble_send_* | Benjamin Franzke | 1 | -3/+3 | |
This also removes the unneeded "struct mumble_*" which is ugly in use. | |||||
2013-11-18 | Fix typo in cmumble struct name | Benjamin Franzke | 1 | -7/+7 | |
2012-02-10 | Use sizeof in encode_varint call for buffer size | Benjamin Franzke | 1 | -1/+1 | |
2012-02-10 | s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g | Benjamin Franzke | 1 | -27/+27 | |
2011-10-08 | audio: Another type fix | Benjamin Franzke | 1 | -1/+1 | |
2011-09-25 | Add udp message targets | Benjamin Franzke | 1 | -1/+1 | |
2011-09-25 | Fix bitshift for udp type | Benjamin Franzke | 1 | -1/+1 | |
Its abit unclear in the documentation, whether the first bits refer to lsb or msb. | |||||
2011-09-24 | Use an asynchronous connection initiation | Benjamin Franzke | 1 | -0/+6 | |
So we arent blocked, and unable to handle cmdline interaction while connecting. | |||||
2011-09-23 | Add prefix cmumble_ to struct context and struct user | Benjamin Franzke | 1 | -8/+9 | |
2011-09-23 | Fix indents | Benjamin Franzke | 1 | -7/+7 | |
2011-09-23 | Move audio-related stuff into audio.c | Benjamin Franzke | 1 | -0/+205 | |