Results 87 comments of Frédéric Brière

> `Critical: Opening ALSA driver failed: snd_pcm_hw_params_set_rate(8000) failed: Invalid argument` This means that Twinkle tried (and failed) to open the sound device with a 8000 Hz sampling rate. Twinkle does...

This has also been filed as Debian [#956926](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956926).

Forgive my ignorance, but could you precise which RFCs you are talking about? (There are a *lot* of SIP-related RFCs out there. I don't know if [this list](https://www.packetizer.com/ipmc/sip/standards.html) is up-to-date,...

This somewhat reminded me of #21, which proposed the idea of scriptable plugins (albeit for SIP providers). If UI scripts were a thing, I imagine that end users would then...

I guess `g++` on FreeBSD does not include from `/usr/local` by default, unlike it does on Linux (thus making it easy to miss this kind of thing). I have now...

Note: This was motivated by the fact that `qSort()` is no longer available in Qt 6 (#297).

> ``` > /usr/local/include/commoncpp/thread.h:448:10: warning: 'exit' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] > ``` Note that this warning (unique to clang, though I'm somehow unable to...

> On FreeBSD, had to replace `ulong` with `unsigned long` in `src/parser/parser.yxx`. Good catch. I also found some `uint`s in the GUI code, and submitted #307 to replace them all....

> ``` > ld: error: undefined symbol: gsm_destroy(gsm_state*) > >>> did you mean: extern "C" gsm_destroy > >>> defined in: audio/gsm/src/CMakeFiles/libtwinkle-gsm.dir/gsm_destroy.cpp.o > ``` Wait, did the internal `gsm` library get...

> > ``` > > ld: error: undefined symbol: gsm_destroy(gsm_state*) > > >>> did you mean: extern "C" gsm_destroy > > >>> defined in: audio/gsm/src/CMakeFiles/libtwinkle-gsm.dir/gsm_destroy.cpp.o > > ``` I spun...