search for: enoc

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

Did you mean: enic
2005 Jul 28
2
Filename enocings
Hello everyone, I have run into the same issue which the fname-convert patch solves: http://rsync.samba.org/ftp/unpacked/rsync/patches/fname-convert.diff i.e. rsyncing between and latin 1 and utf-8 locales. First I'd really like to thank Eran Tromer for providing the patch as this fixes my immediate issue! I've attached an updated version which applies to the rsync-2.6.5 release and
2006 Aug 01
0
new to speex's!
..._reset( bits ); /// Call speex incode n times before writing the data stream. for( int i =0 ; i < number_of_frames-1; i ++) { /// pack a frame for(int j=0; j< FRAME_SIZE; j++ ) { frame[j] = data_as_floats [j+offset]; } // this enoced the data speex_encode( encoder_state, frame , bits ); // increase the offset offset+=FRAME_SIZE; } //speex_encode( encoder_state, frame , bits ); /// write teh stream out. int bytes_to_write = speex_bits_nbytes( bits ); /// transform from float to cha...