Ok, I tried getting lives to work, but it crashes all the time so I give up
on that.
However, as I have pointed out before on irc, the way audio is uploaded
changed:
VisBuffer buffer;
visual_buffer_init (&buffer, plaindata, cnt, NULL);
visual_audio_samplepool_input (audio->samplepool,
&buffer, VISUAL_AUDIO_SAMPLE_RATE_44100,
VISUAL_AUDIO_SAMPLE_FORMAT_S16,
VISUAL_AUDIO_SAMPLE_CHANNEL_STEREO);
There is support for different formats, so look at that if this does not
suite.
visual_log_set_verboseness (VISUAL_LOG_VERBOSENESS_NONE);
Could you try to raise the verboness and see if libvisual outputs something
useful ?
Cheers,
Dennis
On 7/18/06, sal...@xs... <sal...@xs...> wrote:
>
>
> > Message: 1
> > Date: Sun, 16 Jul 2006 21:03:55 +0200
> > From: "Dennis Smit" <den...@gm...>
> > Subject: Re: [Libvisual-devel] libvisual update
> > To: "Mailing list for developers"
> > <lib...@li...>
> > Message-ID:
> > <113...@ma...>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hello Gabriel,
> >
> > You are still waiting for some help ? Instead of waiting get more active
> > and make it as easy as possible for me to help you.
> >
> > AKA:
> > what is the problem
> > what is not working
> > what is working
> > what code changes did you do
> > did you get compile warnings/ errors
> >
> > You are a developer, you KNOW what info I'd need to help you out
> >
> > Cheers,
> > Dennis
>
> Hi Dennis,
> the problem is, since updating to 0.4.0, I only get blank frames. I have
> not changed any code since the last version, and I did not get any
> compiler warnings.
>
> Cheers,
> Gabriel.
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Libvisual-devel mailing list
> Lib...@li...
> https://lists.sourceforge.net/lists/listinfo/libvisual-devel
>
|