[mythtv] bug recording uncompressed audio?

ame at spip.thehackers.org ame at spip.thehackers.org
Thu Aug 18 15:22:34 UTC 2005


Er, has anyone read my message below? Nobody has even
acknowledged the patch I sent. I'd create a bug and attach the
patch to it, but www.mythtv.org/bugs returns "page not found".
Thanks,

--
Álvaro Martínez Echevarría

``Pero yo que he sentido una vez en mis manos temblar
la alegría / ya no podré morir nunca. / Pero yo que he
tocado una vez las agudas agujas del pino / ya no podré
morir nunca''. [José Hierro, "El muerto"]


On Sun, 14 Aug 2005, Alvaro Martinez Echevarria wrote:

> Hi,
> I think there's a bug with uncompressed audio recording. The
> symptom is, when I record with my plextor go7007, using 48000
> uncompressed audio, the sound quality is dreadful and in fact the
> video comes out as 44100. Here's a patch (I think, but see
> disclaimer below):
> 
> -------------------------------------------------------------------
> --- mythtv-0.18.1/libs/libmythtv/NuppelVideoRecorder.cpp.ORIG   2005-08-14 04:11:38.000000000 -0700
> +++ mythtv-0.18.1/libs/libmythtv/NuppelVideoRecorder.cpp        2005-08-14 14:40:52.000000000 -0700
> @@ -358,7 +358,10 @@
>          SetIntOption(profile, "samplerate");
>      }
>      else if (setting == "Uncompressed")
> +    {
>          SetOption("audiocompression", 0);
> +        SetIntOption(profile, "samplerate");
> +    }
>      else
>      {
>          VERBOSE(VB_IMPORTANT, "NVR: Error, unknown audio codec");
> -------------------------------------------------------------------
> 
> I'm not sure that works, because I'm unable to compile at the
> moment (my debian unstable hates itself because of the C++ ABI
> transition); but there it goes anyway...
> Regards,
> 
> --
> Álvaro Martínez Echevarría
> 
> ``Pero yo que he sentido una vez en mis manos temblar
> la alegría / ya no podré morir nunca. / Pero yo que he
> tocado una vez las agudas agujas del pino / ya no podré
> morir nunca''. [José Hierro, "El muerto"]


More information about the mythtv-dev mailing list