Displaying 2 results from an estimated 2 matches for "esportnetwork".
2007 Jun 26
2
number of samples in input_frame
Hi all
Sorry if this is a dumb question: does the input_frame passed to
speex_encode_int *have* to be frame_size samples long?
e.g., If I only have 100 samples left to encode (which is less than the
frame_size of 160 samples), can I just use an array that contains 100
samples, or do I need to create an array containing the 100 "real"
samples plus 60 null samples at the end?
2007 Jun 26
0
number of samples in input_frame
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That is a dumb question :)<br>
<br>
The encoder expects SPEEX_GET_FRAME_SIZE at all times. If you are