search for: nobytes

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

Did you mean: nbytes
2004 Aug 06
3
net/sock.c question
...t;limit> option to icecast. My ideea is to compute the current bandwidth by estimation on each sock_write*() call. Something like this: 1. initially we set kbps = 0, kbps_time = now and kbps_bytes = 0 2. after some time, a sock_write*() function is called which in turn calls sock_kbps_update(nobytes); sock_kbps_update fetches current timestamp, adds nobytes to kbps_bytes then: 2.1 if the time difference between now and kbps_time is smaller than ESTIMATION_INTERVAL (which I think a value of 5 seconds should do) then we go back to 2 2.2 if the time difference is greater or equal to ESTIMATION...
2007 Apr 16
2
Vorbis on a TI C6713
Hi all, What are the steps to get Vorbis running on a TI C6713? I know I should use the floating point code, but am unsure what files I should compile in Code Composer Studio. Specificially, I am using the TMS320C6713 to receive Vorbis through a manufactured UART Daughter Card and output raw audio through its audio jack. Thanks for your help, Matt Hutchinson -- Matt Hutchinson Rice University