fixed-point: converted denormalise_bands()
This commit is contained in:
parent
a31899f0e2
commit
7e94cc4d95
2 changed files with 6 additions and 3 deletions
|
@ -219,7 +219,7 @@ int main(int argc, char *argv[])
|
|||
sizeof(remoteAddr));
|
||||
|
||||
if(rc<0) {
|
||||
printf("cannot send audio data\n");
|
||||
perror("cannot send to socket");
|
||||
close(sd);
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue