aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/audio.rs
Commit message (Expand)AuthorAge
* refactor audio into input.rs and output.rsGustav Sörnäs2020-10-21
* remove pubGustav Sörnäs2020-10-21
* remove some TODOs handled as issuesGustav Sörnäs2020-10-17
* Set input volume via mumctlGustav Sörnäs2020-10-17
* Update state properly when disconnecting from server and on user_state packetEskil2020-10-16
* cargo fmt 2 eletric boogalooGustav Sörnäs2020-10-14
* cargo clippyGustav Sörnäs2020-10-14
* cargo fmtGustav Sörnäs2020-10-14
* add support for reconnecting to serverEskil Queseth2020-10-14
* wait for complete state before sending commandsGustav Sörnäs2020-10-13
* join different channelsGustav Sörnäs2020-10-13
* change to actual logging (#2)Gustav Sörnäs2020-10-12
* Fixed client sometimes crashing when receiving compressed packagesEskil Queseth2020-10-11
* Merge branch 'main' of github.com:sornas/mum into mainEskil Queseth2020-10-11
|\
| * refactor parameters to input callback generatorGustav Sörnäs2020-10-11
* | Changed so code is more robust with a cheeky hackEskil Queseth2020-10-11
|/
* working microphone stuffGustav Sörnäs2020-10-11
* handle user removeGustav Sörnäs2020-10-10
* handle multiple incoming audio streamsGustav Sörnäs2020-10-10
* big ol refactorGustav Sörnäs2020-10-10
* actually add audio.rsGustav Sörnäs2020-10-10