search for: jgreene

Displaying 20 results from an estimated 33 matches for "jgreene".

Did you mean: greene
2009 Mar 23
1
question about top output
hi all, below is the output of top off a machine i have, sorted by CPU utilization. my question is, how can all 8 CPUs say they're pegged at 100% user utilization, when there are just these 8 processes saying they're using 25% of a CPU each, and no other processes showing up taking any resources? i have run this test on other machines and they act as expected. i found this b/c this
2008 Jan 18
3
name resolution question
Can anyone explain the following behavior to me? [jgreen at t-rex ~]$ nslookup proteome.hpcc.triad.local Server: 127.0.0.1 Address: 127.0.0.1#53 Name: proteome.hpcc.triad.local Address: 10.2.149.1 [jgreen at t-rex ~]$ nslookup proteome.vlan88.hpcc.triad.local Server: 127.0.0.1 Address: 127.0.0.1#53 Name: proteome.vlan88.hpcc.triad.local Address: 192.168.88.179
2005 Jun 28
2
Creating a PDC
I am working my way through "Samba-3 by Example". I have created all the simple samba servers with ease as I have done them in the past with trial and error... this book makes it easy now. I'm stuck. While on page 118 it says to not go further without validating. Well, The server is there and when browsing the network I can see the Samba server. When I try to connect it wants
2004 Sep 10
1
Sound Font FLAC
--- Josh Green <jgreen@users.sourceforge.net> wrote: > Regarding the sound font compressor I'm creating. I am thinking of > naming it simply "Sound Font FLAC" (Sound Font Free Lossless Audio > Codec) with a file extension of .sfflac (any other suggestions?). Or > do > you think I should just keep the .flac extension? Someone mistaking > the > file for a
2004 Sep 10
2
Developing SoundFont FLAC compressor using libFLAC
On Wed, 2002-07-17 at 15:34, Josh Coalson wrote: > > Have you seen the API changes in 1.0.3? Now all metadata is > parsed and at each decoder layer you can specify which blocks > get passed up to the metadata callback. See the > *_decoder_set_metadata_respond/ignore functions. > > Also, on the encoder size, you can now pass a list of arbitrary > metadata blocks to
2004 Sep 10
0
Bug with FLAC raw encoding
--- Josh Green <jgreen@users.sourceforge.net> wrote: > I found a bug with FLAC v0.6 raw encoding. It > appears that the file > pointer in the source file is not reset after > seeking to the end for > checking the size. I've attached a patch. > thanks, I patched it into CVS > I'm excited about FLAC!! I've been looking for a > good GPL lossless RAW >
2004 Sep 10
0
Compressing sound fonts with FLAC
--- Josh Green <jgreen@users.sourceforge.net> wrote: > I stripped out all non-audio data from a few fonts > (which doesn't > usually amount to much, 50k in a font with a lot of > preset/instrument/sample overhead information). I > managed to save a good > 20k by gzipping this data and not making FLAC > compress it. Not that much > for all the effort. Although I
2004 Sep 10
0
Developing SoundFont FLAC compressor using libFLAC
--- Josh Green <jgreen@users.sourceforge.net> wrote: > Its been a while since I was discussing a SoundFont compressor based > on > FLAC. I've recently implemented the compressor using an application > metadata block with the ID 'SFFL' that I registered, which contains > my > own header and a block of zlib (gzip) compressed SoundFont info. The > audio chunk (a
2004 Sep 10
0
Developing SoundFont FLAC compressor using libFLAC
--- Josh Green <jgreen@users.sourceforge.net> wrote: > I'll let the list know when SF-FLAC is finished, should anyone be > interested. I'm considering starting a FREE SoundFont compressor > campaign, so users will stop using SoundFont encoders that aren't > available on platforms such as Linux. This would also pressure some > of > the existing formats to release
2004 Sep 10
2
upcoming 1.0.4
Thanks to everyone for the feedback on 1.0.4_beta. Things have settled down now so I have scheduled sep 24 for the 1.0.4 release. If you have any patches, get 'em in quick... Josh __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
2004 Sep 10
0
FlacPak
--- Josh Green <jgreen@users.sourceforge.net> wrote: > The audio data will be encoded with FLAC and thats where I have some > questions. My current thinking is to combine audio of the same type > together to minimize changing of parameters in the FLAC stream. Same > sample type being data that has the same number of channels and bit > width. There will also be cases where a
2004 Sep 10
1
flacPak logo
I created a quick mini banner logo based on the flac logo and put it up for viewing (its not publicly linked yet). Let me know if this is ok with you, or if you would rather me come up with something original :) My only complaint about it, is that I like the font you used better. http://swami.sourceforge.net/flacpak.php Cheers. Josh Green
2005 Jun 28
1
Unable to connect to remote asterisk
Hello, I'm trying to figure out why the asterisk service starts fine, but when i try to connect by typing asterisk -r I get: Unable to connect to remote asterisk The service is running and lists under ps -ef as: asterisk -vvvg -c any help is appreciated
2005 Aug 05
2
Finding the UID of samba users
Hi Folks: I am in the process of moving all of our users over to our new Samba File server which runs FC3. In order to properly secure the home folders, I need to chown them to the UID of the individual user, and chgrp them to the domain users group. I know the GID for the domain users, so no problem there. Is there a way to find a list of the UID for all the users. I know that I can do it
2004 Sep 10
1
FREEFORM metadata (was: Compressing sound fonts with FLAC)
Josh Coalson wrote: > I've been thinking about this, and here's what I > came up with. This kind of dovetails into the > discussion Mike Wren started about the etree > header. > > I was thinking about defining a FREEFORM metadata > block which may be of arbitrary size. The only > mandatory field would be a (say, 32-bit) id of > the owner. In your case, you
2004 Sep 10
5
Bug with FLAC raw encoding
I found a bug with FLAC v0.6 raw encoding. It appears that the file pointer in the source file is not reset after seeking to the end for checking the size. I've attached a patch. I'm excited about FLAC!! I've been looking for a good GPL lossless RAW audio compressor for use with sound fonts. Sound font files contain 16 bit samples that are word aligned, so just treating it as raw
2004 Sep 10
2
Compressing sound fonts with FLAC
I've been doing some more tests with compressing sound fonts with FLAC. It compares quite well with sfArk which is a common compression used on the internet for sound fonts, unfortunately its not open. For the most part, in my tests, sfArk beats FLAC in compression, but thats not surprising as I am compressing entire sound fonts which include non-audio data as well. The average compression
2004 Sep 10
2
Developing SoundFont FLAC compressor using libFLAC
Its been a while since I was discussing a SoundFont compressor based on FLAC. I've recently implemented the compressor using an application metadata block with the ID 'SFFL' that I registered, which contains my own header and a block of zlib (gzip) compressed SoundFont info. The audio chunk (a block of consecutive 16 bit signed samples separated by 46 zero samples) is then encoded with
2004 Sep 10
2
FlacPak
On Mon, 2003-11-17 at 11:04, Josh Coalson wrote: > could you clarify your plan... are you thinking about > 1) encoding to a FLAC container and using metadata blocks > for everything that is not data? > 2) writing your own container? > > 1) seems kind of impractical to do in a general way. > I'm starting to also think that 2) is the best route. I was originally
2004 Sep 10
2
FlacPak
I posted to this list a couple years back and then again sometime a year ago about using Flac to compress SoundFont instrument files. I never got around to finalizing the specification for that project, and I have since realized that a more generic approach would be better. I registered the "SFFL" Sound Font FLAC application meta data ID. I would like to remove that, since it was never