From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 4102246618 for ; Tue, 27 Jun 2023 04:17:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9408368C324; Tue, 27 Jun 2023 07:17:19 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8987968C006 for ; Tue, 27 Jun 2023 07:17:11 +0300 (EEST) Received: from 4eb231a0d1b36cedda43a2a005befe4d ([1.152.150.80]) (authenticated (0 bits)) by mx.sdf.org (8.16.1/8.14.5) with ESMTPSA id 35R4Gs2g026238 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Tue, 27 Jun 2023 04:17:07 GMT Date: Tue, 27 Jun 2023 14:16:50 +1000 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <20230626235302.433795-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230626235302.433795-1-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [WIP] [PATCH v5 0/1] add Software Defined Radio support X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============1806600595250328172==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1806600595250328172== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MHgay6Ih5U0W7M2c" Content-Disposition: inline --MHgay6Ih5U0W7M2c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 27, 2023 at 01:53:01AM +0200, Michael Niedermayer wrote: > Changes since v4: > * vissualization shows modulation and frequency > * limit station search to AM shortwave and FM broadcast band > * enable FM Probing with some minor adjustments, it seems good enough > * FM Mono demodulation fantastic work! is the fm demodulator supposed to work automagically? i don't seem to discover anything with this command: ffplay -sdr_freq 105.5M -station_freq 107.5M -f sdr foo also tried fiddling with -rtlsdr_fixes whereas i do get signal with: rtl_fm -f 107.5M -M wbfm > * some seeking fixes=20 >=20 > Known issues: > * wraparound with seeking is not behaving ideal > * not all options are documented > * no fate test testing this patch against master i bump into the problem of avpriv_kbd_win= dow_init being undefined. also if i naively replace it with ff_kbd_window_init, observe FF_KBD_WINDOW= _MAX assert in kbd_window_init. cheers, -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --MHgay6Ih5U0W7M2c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZJpirgAKCRBnYHnFrEDd azRYAKCqRI+DcPoEaNREx+J1mYrLRDyw4ACfcZIT9xQ2B3UtU/uWmKYO7OBIsrE= =rOL2 -----END PGP SIGNATURE----- --MHgay6Ih5U0W7M2c-- --===============1806600595250328172== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============1806600595250328172==--