aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly/jolly.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-30Audio rework, new jitter bufferAndreas Eversberg1-0/+2
Jitter buffer is now based on packets, not on samples. The frames are dejittered in received form. After reading from jitter buffer, they are decoded in correct order. If a frame is missing, it is concealed by repeating audio.
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-2/+2
src/libdebug -> libosmocore src/libselect -> libosmocore src/libtimer -> libosmocore src/libosmocc -> libosmo-cc src/libg711 -> libosmo-cc
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-1/+1
These are: device, sample rate, buffer, latency Called now: dsp_device, dsp_samplerate, dsp_buffer, dsp_latency Call audio device: call_device, call_samplerate, call_buffer
2020-10-29Add tx-gain optionAndreas Eversberg1-1/+1
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg1-1/+1
2018-01-21Add JollyCom, a simple and experimantal mobile networkAndreas Eversberg1-0/+56
This network that can be used with any radio and a DTMF transmitter.