search for: hogan

Displaying 20 results from an estimated 281 matches for "hogan".

Did you mean: logan
2007 Feb 15
1
error during make
...t; > You can reach the person managing the list at > speex-dev-owner@xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Speex-dev digest..." > > > Today's Topics: > > 1. RE: frame of silence (David Hogan) > 2. RE: frame of silence (Chris Cowden) > 3. RE: frame of silence (David Hogan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 15 Feb 2007 07:37:25 +1100 > From: "David Hogan" <david.hogan@fres...
2007 Feb 14
2
frame of silence
...ence that the speex codec won't choke on." Is there such a thing? I don't mean to have a one-sided conversation, only to make the best use of the bandwidth of this email.. Thank you for your help and I look forward to any responses! ________________________________ From: David Hogan [mailto:david.hogan@freshtel.net] Sent: Wednesday, February 14, 2007 2:37 PM To: Chris Cowden; speex-dev@xiph.org Subject: RE: [Speex-dev] frame of silence Forgive me if I misunderstood your question, but can't you just overwrite the decoded audio buffer (either before encoding or after de...
2008 Nov 12
1
SPEEX on iPhone ?
...like to get a general idea about the power of the > iPhone's > ARM and know what kind of charge i can expect for a Speex encoding/ > decoding > in real time (basically 20, 50, or 80% ?). > Regards > Vincent > > > ----- Original Message ----- > From: "David Hogan" <david.hogan at freshtel.net> > To: "Ashhar Farhan" <farhan at phonestack.com>; "Vincent Burel" > <vincent.burel at vb-audio.com> > Cc: <speex-dev at xiph.org> > Sent: Wednesday, November 12, 2008 7:11 AM > Subject: RE: [Speex-dev] SP...
2006 Jul 15
8
Connecting to a remote database
Hi, I''m having trouble connecting to a remote database (mysql). I know that my connection settings are correct, since I have a php app that is connecting to the same database. Are there any settings besides the following that I need in my database config file? Any other suggestions? development: adapter: mysql database: db_name username: username password: password host:
2008 Nov 12
2
SPEEX on iPhone ?
I can confirm that it will run in real time on iPhone if you compile with FIXED_POINT defined; it will also run in real time if you have FLOATING_POINT defined and disable 'Compile for Thumb' in the target's build settings in xcode. Wideband works too. Cheers, Dave
2007 Feb 14
0
frame of silence
In what fashion does the encoder 'blowup' when passed a frame of zeroes to encode? What version of speex are you using? ________________________________ From: Chris Cowden [mailto:ccowden@ncsoft.com] Sent: Thursday, 15 February 2007 7:57 AM To: David Hogan; speex-dev@xiph.org Subject: RE: [Speex-dev] frame of silence Okay, you've answered part of my question, which is "What value equals silence?". I assume then that a (decoded) frame of silence would be a buffer the size of my frame (320 bytes) full of 0's. Passing this fr...
2006 Feb 28
6
File_column, RMagick, and watermarking
...d create my thumbnails, but does anyone here have any idea how to have a watermark (opaque text maybe) placed over one of the versions? Any ideas on how to go about this would be great. Even if it''s just straight RMagick code, that would be fine too. Thanks in advance for the help! Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp@uwec.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/b1805d9b/attachment.ht...
2006 Mar 01
3
Form helpers and overloaded methods - help!
...nly playing around with a hack to form_helper et all, but it''s kinda complicated and so I was looking for an explanation or an easy workaround. (I know I can set the precision in my db to accomplish this issue but this is just an example.) Thanks much to anyone willing to help. Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp@uwec.edu Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp@uwec.edu -------------- next par...
2006 Mar 23
8
The fastcgi crash after few hours
I have this configuration on my server - Windows 2000 server - Apache 2.0.55 - MySQL 5.x - Rails 1.0 For the moment I have a rails app that run on Apache with fastcgi. After some hours i use the application the fastcgi go down and so the web app is so slow (with cgi). The error in RAILS_ROOT/log/fastcgi.crash.log is: [23/Mar/2006:09:11:23 :: 5668] Ignoring unsupported signal USR1.
2007 Mar 22
1
[SPAM] RE: Encoding audio sampled at 44.1 khz?
...ead(&in, sizeof(short), ReadSize, fin); if (feof(fin)) break; speex_resampler_process_interleaved_int(State, in, &InLength, out, &OutLength); fwrite(&out, sizeof(short), OutLength, fout); } speex_resampler_destroy(State); fclose(fin); fclose(fout); } -- Code -- From: David Hogan [mailto:david.hogan@freshtel.net] Sent: Thu 22/03/2007 22:29 To: Peter Mosedal Laursen; speex-dev@lists.xiph.org Subject: [SPAM] RE: [Speex-dev] Encoding audio sampled at 44.1 khz? Hi Peter, Have you considered resampling the raw 44.1kHz stereo source files using a program such as http://audaci...
2016 Jan 05
1
[PATCH v2 20/32] metag: define __smp_xxx
...ts already inconsistent tabs/spaces, but it'd be nice if the definitions at least still all lined up. You're touching all the definitions which use spaces anyway, so feel free to convert them to tabs while you're at it. Other than those niggles, it looks sensible to me: Acked-by: James Hogan <james.hogan at imgtec.com> Cheers James > #endif > + > +#ifdef CONFIG_SMP > +#define fence() metag_fence() > +#else > +#define fence() do { } while (0) > #endif > > -#define smp_mb__before_atomic() barrier() > -#define smp_mb__after_atomic() barrier() &gt...
2016 Jan 05
1
[PATCH v2 20/32] metag: define __smp_xxx
...ts already inconsistent tabs/spaces, but it'd be nice if the definitions at least still all lined up. You're touching all the definitions which use spaces anyway, so feel free to convert them to tabs while you're at it. Other than those niggles, it looks sensible to me: Acked-by: James Hogan <james.hogan at imgtec.com> Cheers James > #endif > + > +#ifdef CONFIG_SMP > +#define fence() metag_fence() > +#else > +#define fence() do { } while (0) > #endif > > -#define smp_mb__before_atomic() barrier() > -#define smp_mb__after_atomic() barrier() &gt...
2005 Aug 26
2
Dovecot Virtual Users & Sendmail
...works fine, they can access mailboxes & send emails, but to receive Sendmail is checking that they are unix users & bounces messages back if they aren't in /etc/passwd too. Has anybody ever got Sendmail working with Dovecot virtual users? Or is it time I switched to Postfix? Chris Hogan
2006 Jan 12
15
Production deployment on Dreamhost?
Does anyone have any experience with production deployment of RoR on Dreamhost? Is it now stable enough? Any tips and tricks? Thanks a lot, Tom
2007 Feb 15
1
error during make while installing Linphone-1.5.1
...> You can reach the person managing the list at > speex-dev-owner@xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Speex-dev digest..." > > > Today's Topics: > > 1. RE: Speex and RTP (David Hogan) > 2. Re: Speex and RTP (Jean-Marc Valin) > 3. Call for Xiph online meeting in 7th Feb (this Wednesday) at > 18:00 UTC ( Ivo Emanuel Gon?alves ) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 5 Feb 200...
2006 Mar 03
2
Force update of Samba point-and-print drivers?
...hen forcing client PCs to adopt the new/tweaked drivers? The latter circumstance (we'd like to reinitialized the drivers for 1 printer) is actually our situation, but it occurred to me that the issue would come up any time we'd like to distribute updated drivers. Thanks! Jim -- -*- Jim Hogan Seattle, WA
2007 Feb 14
2
frame of silence
Hi, I'm new to this list. I'm using Speex as the base codec in a voice chat application (with DirectSound as the audio playback/capture interface). To help me debug some of my network-related issues, I would really like to insert frames of "silence" into speech. Is there a convenient function call or API call that takes in a buffer that is the size of a frame and writes a
2006 Apr 03
7
Getters and setters problem?
Hi list, first evening of playing with rails, so please forgive me if I ask something stupid. ;-) I created a User model and tried to use ActiveRecord callbacks to convert the password to sha1 just before saving it. For some reason postgresql gives me a error because the given password is null. To test even further I tried to change :login too, same error happens, :login is empty too. I am sure
2006 Jun 05
7
Is HABTM Dying?
For a while, I''ve been getting that HMT is replacing HABTM. It appears that HMT can do all of what HABTM can do and more. The question is: Should I stop using HABTM? Let''s take a simple case: A case has many categories For a given category, there are certain valid statuses Category has_and_belongs_to_many :statuses Status has_and_belongs_to_many :categories Question: Is
2006 Jan 03
22
Large-scale application
...big deal, just a question) We''ve currently got an idea of how to do this with Spring+Hibernate+Sitemesh+some_other_Java_buzzwords and we''re not making progress. I would appreciate any comments on this. We''re just looking for suggestions. Thank you very much! Brian Hogan Web Development Learning & Technology Services Schofield 3-B University of Wisconsin-Eau Claire 715 836 3585 hoganbp@uwec.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/cf182d8f/attachment.ht...