search for: webone

Displaying 14 results from an estimated 14 matches for "webone".

2000 Jan 04
0
MS Access on Samba 2.0.6
I'm running an MS Access databasen on a RedHat 6.0 Intel box, using Samba 2.0.6. Clients running Win95/98 and WinNT 4.0. When more than 6-7 clients opens the Access database I get an error message like "Table <NAME> is exclusively locked by user <NAME> on machine <NAME>. Error number 3261. (I don't have the exact error message in English since I'm using the
2004 Sep 10
1
mistake in FLAC++ metadata interface?
...nd get it from there. Is this a mistake in include/FLAC++/metadata.h ? ie should line 609 be: inline FLAC__byte get_num_indices() const { return object_->num_indices; } rather than: inline bool get_num_indices() const { return object_->num_indices; } ? thanks, Dave -- David Collett <jg@webone.com.au>
2004 Sep 10
1
problem with seek_absolute in libFLAC++
...e call to set_metadata_ignore_all() the problem has disapeared. Sorry this is a rushed explanation, I have to go now and wont be on a PC until saturday, better this that you thinking there is a real problem! Thanks for you quick response, David Josh Coalson wrote: >--- David Collett <jg@webone.com.au> wrote: > >>Hello, >>I have been changing my (C++)program over to the new FLAC++ API which >> >>has gone relatively smoothly. >> >>However, the function seek_absolute() (from the FLAC::Decoder::File >>class) does not seem to work. It always re...
2004 Sep 10
4
cuesheets w/ PERFORMER & TITLE track info
Hi there, is there any specific reason for ignoring TITLE and PERFORMER info when importing CD-TEXT cuesheets into flac files? (These two fields have not always been used but they have become widely supported by now). One may answer that the preferred method for getting this kind of info for a cuesheet-flac would be CDDB, but CDDB info is not always reliable. In my opinion the goal "Now a CD
2004 Sep 10
3
problem with seek_absolute in libFLAC++
Hello, I have been changing my (C++)program over to the new FLAC++ API which has gone relatively smoothly. However, the function seek_absolute() (from the FLAC::Decoder::File class) does not seem to work. It always returns false and doesnt seek at all. Using gdb, I have narrowed down the problem somewhat, but being the novice programmer that I am, I still don't know whats wrong. When I
2004 Sep 10
1
what/why ogg-flac ?
Hello again all, I am confused by the ogg option in flac. Why has this feature been added? what does it allow you to do? Is it easier to tag or stream or something ? Can someone give me a practical example of where you might want to have ogg-flac files rather than plain flac? Thanks, Dave
2004 Sep 10
2
Cross Platform audio library
Hello all, I am currently using libao for audio output in my FLAC project. I am using linux, but I would like the program to be portable to windows. I am having no luck finding information about audio output API's that are cross platform compatable. libao is designed to be, but does anyone know it it ACTUALLY works under windows? I cant seem to find out! Failing that, are there any other
2004 Sep 10
0
problem with seek_absolute in libFLAC++
--- David Collett <jg@webone.com.au> wrote: > Hello, > I have been changing my (C++)program over to the new FLAC++ API which > > has gone relatively smoothly. > > However, the function seek_absolute() (from the FLAC::Decoder::File > class) does not seem to work. It always returns false and doesnt see...
2004 Sep 10
1
Can I STOP decoding at an exact sample?
Hi guys, Thanks Matt for your prompt response about the C++ problem, its working great now! Again for my "virtual cdplayer", I am wondering if its possible to stop decoding within a large file, at the end of an exact sample? ie. I wish to play a song in the middle of a flac'd cd. Using the file decoder, I can seek to the start of the track(index 01 of the cds TOC), but I then want
2005 Dec 29
1
'last.warning' problem at startup; package Matrix (PR#8453)
On starting an R session, I get the messages: Fatal errir: unable to restore save data in .RData Error in fun(...): couldn't find function "assignInNamespace" Error: .onLoad failed in 'loadNamespace' for 'Matrix' The only object in my .RData is last.warning, thus: > last.warning $"optim or nlminb returned message false convergence (8)"
2004 Sep 10
4
flac123 revival
Hello Dan Johnson, hello list, It's really weird that there's no working command line player for FLAC files. Dan Johnson created flac123 (licensed under the GPL) to fill that gap, and started the flac-tools project. Unfortunately, flac123 doesn't work anymore with the latest FLAC, and the flac-tools project has been idle for more than a year. I created a patch that makes flac123
2004 Sep 10
1
How do I use FLAC in my C++ program ?
Hello all, I am writing a "virtual cdplayer" application, that plays tracks from my cd backups, which are stored as a .flac file and a cdrwin style .cue file. Anyway enough of that, onto the problem.. I wish to use C++ for my program, but when I try to compile it with g++ I get the following types of errors: /home/dave/development/splitimg/splitimg.cpp:153: undefined reference to
2004 Sep 10
0
new CUESHEET metadata block
On Wed, 2002-12-04 at 11:41, Josh Coalson wrote: > --- smoerk <smoerk@gmx.de> wrote: > > good idea, i'm always putting *.cue files to the directory with the > > ripped audio files. but it would prefer one file per song and not one > > big file for the whole cd. > > My vision of how the players should work is this: > > - make one album.flac with
2004 Sep 10
2
command-line: AIFF writer advice
How about the opposite? What I would like to see is FLAC support in libaudiofile, so applications written with libaudiofile could transparently take advantage on FLAC's compression. Ironically I guess it would still make sense to use libaudiofile in FLAC for getting input. Mmmm, cyclic dependancies... Or is that just a stupid idea? Dave On Wed, 2002-07-31 at 13:10, Matt Zimmerman wrote: >