search for: shouw

Displaying 2 results from an estimated 2 matches for "shouw".

Did you mean: shout
2005 Nov 28
5
Samba and AD problem
...following the examples section 9.3 in the "Samba 3 By Example" book. I can SSH onto the samba server as an AD user but I cant mount a samba share. If I run wbinfo -u or -g it shows the users and groups BUT it doesn't show the short domain name, also if I run the getent commands they shouw details but no domain name. Can anyone offer any suggestions as to what may be wrong. Thanks Ian
2007 Nov 14
0
Audio glitches/Configuration problem !!?
...evelopper for the all the job. I am trying to implement my own Speex DirectShow fitlers for VoIP following the documentation and sample code's. I am facing audio glitches when encoding - decoding PCM data. The encoder and decoder procedures are copied below. What about the lookahead size ? how shouw we apply it in encoding stage ? thanks in advance bool SpeexEncoder::EncodeData(char * inBuffer, int inSize, char * outBuffer, int outMAXSize, int* outSize) { if(!m_Initialized) return false; // Copy data into the local buffer memcpy(m_pBuffer + m_BufferSize, inBuffer, inSize); m...