ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Speex for Windows?

From: Pascal Quantin <pascal@xxxxxxxxxxxxx>
Date: Mon, 8 Jul 2019 18:37:21 +0200
Hi Chris,

Le lun. 8 juil. 2019 à 18:35, Maynard, Chris via Wireshark-dev <wireshark-dev@xxxxxxxxxxxxx> a écrit :
When compiling master (v3.1.0rc0-1232-gd8ad7a686384) on Windows, I noticed:
 
-- Could NOT find SpeexDSP (missing:  SPEEXDSP_LIBRARY SPEEXDSP_INCLUDE_DIR)
-- The following OPTIONAL packages have not been found:
 
* SpeexDSP , SpeexDSP is a patent-free, Open Source/Free Software DSP library , <https://www.speex.org/>
   RTP audio resampling
 
It seems that the buildbots don’t have SpeexDSP installed either.  Also, there’s no mention of Speex in the Developer’s Guide: https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html, so does this mean it’s not yet supported on Windows?  If it would be possible to use this on Windows, then in addition to a Developer Guide update, it seems like Speex packages should be included in https://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/ and https://anonsvn.wireshark.org/wireshark-win64-libs/trunk/packages/.
 
Of course https://www.speex.org/ mentions the following:
 
—The Speex codec has been obsoleted by Opus. It will continue to be available, but since Opus is better than Speex in all aspects, users are encouraged to switch—
 
So wouldn’t Opus be the way to go instead of Speex?

The only part of Speex we are using so far is the resampler and not the codec if I'm not mistaken. On Windows we use the internal Speex resampler and not the system wide version. So nothing to worry about :)

BR,
Pascal.