Displaying 2 results from an estimated 2 matches for "antomat".
Did you mean:
automat
2004 Aug 06
3
Multiple Frames per Packet
David,
Here's the trick ... do this just before your speex_bits_write():
speex_bits_insert_terminator(&bits);
Then, when decoding, keep calling speex_decode() until it returns -1
or speex_bits_remaining(&bits) returns 0.
Works for me, anyway.
Tom
David Barrett (dbarrett@quinthar.com) wrote:
>
> Hi, I'm using Speex and I want to pack multiple frames into a single
>
2008 Dec 03
0
mounting windows homedir when using winbind
...winbind set up, local machine is acting as domain member. getnet returns windows users/groups, wbinfo confirms that local machine acts is domain member, logging through ssh with pam_winbind set u works etc. On another machine, windoes xp also being domain member, I've got homedir share mounted antomatically as U: from //server/users. When I try to mount this share from Linux domain member it does mount (by smbmount) or I can connect to it (by smbclient) when providing correct credentials, however any access to it returns "access denied". Here goes example:
DOMAIN+USER@machine:~> sm...