Displaying 5 results from an estimated 5 matches for "peterg".
Did you mean:
peter
2006 Feb 15
2
Thunderbird 1.5 and dovecot 1.0 beta 3 problem
My mailhosting provider has been testing dovecot 1.0 beta 3 as a proxy server
and they asked the customers if they would like to test it out and report any
issues. I am using Thunderbird 1.5 (IMAP) and have been with this mailhosting
company for two months and have no issues at all with their current setup which
uses Perdition as their proxy servers.
The problem(s) I am encountered have been
2005 Feb 24
1
Noob question about starting stream
Dear All, I have ices and icecast working together nicely, and I've set
up a test playlist while I get the rest of the site set up. However,
what I want to be able to do is start the playlist from the beginning
when a listener connects: this is so I can have an introductory station
announcement before starting the music. I've RTFM'd and can't see how
to do this. I'm currently
1998 Feb 13
0
Printer browsing- failing under Solaris 2.5.1
I am at a loss. I have two SUNs and 10 PCs (W95) on our network. One SUN
box runs Solaris 1.1.1, it has four serial printers (old printers never die
they just...) running from a serial extension card. Users validate when the
come to their PC so they can access the printers and the disks on the SUNs.
The second SUN runs 2.5.1 and I wanted to move the printer activity there
with time. I created two
2006 Sep 09
1
Optimal frame size to use for file compression?
Hi,
I have raw PCM data that is 180 seconds long and sampled at 22050
samples per second. The data is 16-bit speech audio, male and female
voices.
My question is: What is a good frame size to use if I capture the
entire audio stream first and then want to compress it for later
playback.
I noticed that the example encoder code calls:
speex_bits_init(&bits);
and I notice that this has the
2006 Sep 16
3
converting 16-bit samples in LPSTR to short
Hi,
I am capturing 16 bit mono sound samples using some Win32 API function
calls. These function calls return the sound samples in an array of
characters. My assumption is that this array of characters represents pairs
of bytes that make up a short integer.
I'm using the following code to convert the samples:
LPTSTR *lpSaveBuffer;
......
for(j=0;j<nBytes;++J)
{
BYTE a =