search for: aformat

Displaying 7 results from an estimated 7 matches for "aformat".

Did you mean: format
2004 Oct 14
2
compile errors
...in.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -fPIC distcc[8942] (dcc_connect_timed) ERROR: Connection to 10.0.0.1:3632 failed: Connection refused distcc[8942] (dcc_build_somewhere) Warning: failed to distribute to 10.0.0.1, running locally instead plugin.c:71: error: syntax error before "AFormat" plugin.c:71: warning: no semicolon at end of struct or union plugin.c:77: error: syntax error before '}' token plugin.c:77: warning: type defaults to `int' in declaration of `file_info_struct' plugin.c:77: warning: data definition has no type or storage class plugin.c:97:...
2004 Oct 14
0
compile errors
AFormat comes from the XMMS headers, maybe the version you have is newer or older than the code currently expects. what version of xmms to you have? Josh --- Rogier Eggers <rogier@r48.sytes.net> wrote: > Hello there. I'm having trouble to compile flac on gentoo linux: > linux-2.6.8 >...
2004 Oct 15
1
compile errors
...!!! ERROR: media-libs/flac-1.1.0-r2 failed. !!! Function src_compile, Line 49, Exitcode 2 !!! (no error message) On Fri, 2004-10-15 at 01:16, Josh Coalson wrote: > AFormat comes from the XMMS headers, maybe the version you > have is newer or older than the code currently expects. > > what version of xmms to you have? > > Josh > > --- Rogier Eggers <rogier@r48.sytes.net> wrote: > > > Hello there. I'm having trouble to compil...
2004 Sep 10
2
getting framesize in client
...Miroslav Lichvar -------------- next part -------------- --- src/plugin_xmms/plugin.c.orig 2002-11-07 18:40:44.000000000 +0100 +++ src/plugin_xmms/plugin.c 2002-11-09 17:28:45.000000000 +0100 @@ -58,6 +58,7 @@ unsigned channels; unsigned sample_rate; unsigned length_in_msec; + gchar *title; AFormat sample_format; int seek_to_in_sec; FLAC__bool has_replaygain; @@ -114,6 +115,10 @@ #define SAMPLES_PER_WRITE 512 static FLAC__int32 reservoir_[FLAC__MAX_BLOCK_SIZE * 2/*for overflow*/ * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS]; static FLAC__byte sample_buffer_[SAMPLES_PER_WRITE * FLAC_PLUGIN__MA...
2004 Sep 10
0
getting framesize in client
...Miroslav Lichvar -------------- next part -------------- --- src/plugin_xmms/plugin.c.orig 2002-11-07 18:40:44.000000000 +0100 +++ src/plugin_xmms/plugin.c 2002-11-10 00:40:20.000000000 +0100 @@ -58,6 +58,7 @@ unsigned channels; unsigned sample_rate; unsigned length_in_msec; + gchar *title; AFormat sample_format; int seek_to_in_sec; FLAC__bool has_replaygain; @@ -114,6 +115,10 @@ #define SAMPLES_PER_WRITE 512 static FLAC__int32 reservoir_[FLAC__MAX_BLOCK_SIZE * 2/*for overflow*/ * FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS]; static FLAC__byte sample_buffer_[SAMPLES_PER_WRITE * FLAC_PLUGIN__MA...
2004 Sep 10
4
xmms-plugin problems
Hi, i'm using xmms-plugin from flac-0.9, i found following problems. Back-seeking cause, that .flac is not played all. It's caused by StreamDecoderPrivate variable samples_decoded and function stream_decoder_frame_sync_, which compare it against whole length of stream. I don't know what is meaning of this varible (samples decoded from last reset or for whole life of decoder). So i
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > I have few notes: > > > > It seems there is changed API in CVS again. So, what about adding > > function like > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > which returns size of the frame in bytes. This