search for: roconnor

Displaying 11 results from an estimated 11 matches for "roconnor".

Did you mean: doconnor
2004 Sep 10
1
MMIOFLAC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [To: flac-dev@lists.sourceforge.net] I've made my very first release of MMIOFLAC at <http://math.berkeley.edu/~roconnor/MMIOMP3/>. It is an IOProc DLL that plugs into OS/2 multimedia system. The DLL allows playback of FLAC files. Seeking and encoding will be added. I just haven't gotten around to it yet. Thanks for the easy to use API. - -- Russell O'Connor <http://www.math.berkeley.e...
2004 Sep 10
2
Example FLAC's
...e.net] I'm working on making a plugin to OS/2 Multimedia subsystem for FLAC. I can't seem to find example FLAC files anywhere on FLAC's website. Where can I get some test files (perferably with WAV equiavlents). - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info s...
2004 Sep 10
2
process_single
...ses sync. I'm trying to determine if it is a problem in my code, or a problem in libFLAC. I'd usually guess it would be my code, but the code at my end is pretty simple, and I can't see what the problem would be. - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info se...
2004 Sep 10
2
process_single
...h. Very strange. I wounder if my two problems are related. The bitbuffer gets data moved around when read it called, so maybe they are related. It really seems like there is some memory craziness going on. I really hate C. - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info se...
2004 Sep 10
1
process_single
...hing very fishy is going on. I've been trying to see if my CRT is to blame. Linking different versions at different times, but no luck yet. When I get time I'll fire up GDB to see if I can track down these problems. - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info se...
2004 Sep 10
1
PCM format
...39;m assuming that all audio data is signed with 0 as the median? This is in contrast with 8-bit PCM data which is unsigned with median of 0x80. I didn't see the fomat for the audio data documented where I could find it. - -- Russell O'Connor <http://math.berkeley.edu/~roconnor/> Work to ensure that Iraq is run by Iraqis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (SunOS) iQCVAwUBPve4tk0+aO5oRkNZAQKXIQP/SNYP/arNe2ySwWg3lmYSyMt0RzCWqeKR sU+n9rI/CCZ8LOWz7TiFgK6578inrTJSJIMnp/3UetfwIpEWlUPnnFwLDynhElVX JPTNueK/j1I7Y7cSnBMVpenoxqiZo6wON6KqI+UunMN5...
2002 Feb 20
8
map_ptr warning
...rver before we take the old one offline. I keep getting the following warning during the rsync process: Warning: unexpected rad size of 0 in map_ptr Any ideas where this comes from and how to make it go away? I am using rsync 2.5.2 on Solaris 8 to pull data from rsync 2.5.2 on Solaris 7. Bob roconnor@vectorpartners.com
2004 Sep 10
0
process_single
--- Russell O'Connor <roconnor@Math.Berkeley.EDU> wrote: > Has anyone successfully decoded a FLAC by a series of > process_single's > (I'm using the seekable_stream interface)? > > Whenever the process_single make a read callback, then next time I > call > process single, the decoder losses sync....
2004 Sep 10
2
Should FLAC join Xiph?
...uld they wish. Then they can embrace and extend without worry about copyright. So I would recommend a Public Domain ``license''. I really don't understand why that choice isn't more popular among developers. - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (SunOS) iQCVAwUBPd1ANE0+aO5...
2004 Sep 10
4
Should FLAC join Xiph?
En r?ponse ? earldunovant@earthlink.net: > On 21 Nov 2002 at 1:39, Josh Coalson wrote: > > > 2. The core libraries would become BSD-licensed. I've been really > > 50/50 on this ever since I submitted the question to Slashdot > > (see http://ask.slashdot.org/article.pl?sid=01/11/27/1650256 ). > > Interesting thead. I think your issues are with software
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
When I compile on Solaris * I get the foillowing errors: bash-2.03# gmake gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o generator.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o receiver.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o cleanup.o gcc