protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] Open Task


From: Luciano Giordana
Subject: Re: [Protux-devel] Open Task
Date: Tue, 1 Jul 2003 12:12:54 -0400
User-agent: KMail/1.5

Indeed, 
sorry for that :-}

already fixed

On Tuesday 01 July 2003 02:12 am, booker wrote:
> Am Dienstag, 1. Juli 2003 01:58 schrieb Luciano Giordana:
> > I already added and commited. Did you update ?
> >
> :-) Sure!  :-)
>
> So, please take a look at webcvs .... no GlobalPropertiesDialog.cc, just
> GlobalPropertiesDialog.hh ???
>
>
> greetings
> Reinhard
>
> > maybe you have to clean run aclocal, autoheader, and so on.
> > I always run this whenever there is a file addition or removing
> >
> > aclocal -I /home/giordana/src/alsa/alsa-lib-0.9.1/utils/ -I
> > /usr/local/share/libtool/libltdl/ -I /home/giordana/mustux/libmustux/head
> > autoheader
> > autoconf
> > automake
> >
> > then the usual
> >
> > ./configure
> > make clean && make
> > make install
> >
> >
> > []s
> >
> > On Monday 30 June 2003 04:21 pm, booker wrote:
> > > Am Montag, 30. Juni 2003 08:48 schrieb Luciano Giordana:
> > > > You dont need to go so far, I have a standard routine using libmustux
> > > > (which makes it pretty simple) take a look (please reihard, save this
> > > > example for libmustux documentation )
> > >
> > > Ok
> > >
> > > btw - no GlobalPropertiesDialog.cc in cvs:
> > >
> > > ...
> > > ...
> > > else rm -f ".deps/GlobalProperties.Tpo"; exit 1; \
> > > fi
> > > make[3]: *** No rule to make target `GlobalPropertiesDialog.cc', needed
> > > by `GlobalPropertiesDialog.o'.  Stop.
> > > make[3]: Leaving directory `/home/booker/cvs/mustux/protux/src'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory `/home/booker/cvs/mustux/protux/src'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/home/booker/cvs/mustux/protux'
> > > make: *** [all] Error 2
> > > address@hidden protux]$
> > >
> > >
> > > greetings
> > > Reinhard
> > >
> > > >         int busId=0; // or 1 or 2, and so on.. must be any valid
> > > > busId. int channels =  MustuxAudioDeviceMapper::STEREO;
> > > >         int rate=44100;
> > > >         int bitDepth = 16;
> > > >         if (MustuxAudioDeviceMapper::open_bus_out(busId, rate,
> > > > bitDepth)<0) {
> > > >                 // error
> > > >                 }
> > > >         buf =
> > > > MustuxAudioDeviceMapper::get_bus_out_transfer_buffer(busId,
> > > > channels); bufSize =
> > > > MustuxAudioDeviceMapper::get_bus_out_transfer_size(busId);
> > > >
> > > >         while (!feof(file))
> > > >                 {
> > > >                 fread(buf,1,bufsize,file);
> > > >                 int r=MustuxAudioDeviceMapper::bus_out_transfer(bus);
> > > >                 if (r==MustuxAudioDeviceMapper::ERROR_UNDERRUN)
> > > >                         {
> > > >                         // Error...
> > > >                         }
> > > >                 }
> > > >
> > > >         MustuxAudioDeviceMapper::close_bus_out(busId);
> > > >
> > > > any doubts, please feel free to ask
> > > >
> > > > On Sunday 29 June 2003 03:41 pm, rsff wrote:
> > > > > Martin,
> > > > >
> > > > > have a look at the ALSA playback programs. It should give you a
> > > > > good idea/start on the playing engine. Just a thought.
> > > > >
> > > > >
> > > > > Fabio.
> > >
> > > _______________________________________________
> > > Protux-devel mailing list
> > > address@hidden
> > > http://mail.nongnu.org/mailman/listinfo/protux-devel
>
> _______________________________________________
> Protux-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/protux-devel

-- 
Best Regards
--
Luciano Giordana - Musician - Certified Java/GNU C++ Developer - Free Software 
Evangelist
Project Mustux - http://www.freesoftware.fsf.org/mustux
-- GNU/Linux adoption grew 65% only this yer. Smile : we're winning. --




reply via email to

[Prev in Thread] Current Thread [Next in Thread]