CVS: rdesktop rdpsnd_dsp.c,1.18,1.19
Michael Gernoth <[email protected]> Sun, 01 Oct 2006 16:42:17 -0700
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11744
Modified Files:
rdpsnd_dsp.c
Log Message:
improve sound quality a bit again
Index: rdpsnd_dsp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd_dsp.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** rdpsnd_dsp.c 1 Oct 2006 21:46:38 -0000 1.18
--- rdpsnd_dsp.c 1 Oct 2006 23:42:14 -0000 1.19
***************
*** 300,304 ****
for (i = 0; i < outsize / (resample_to_channels * samplewidth); i++)
{
! int source = ((i * 1000) + ratio1k - 1000) / (ratio1k + 1);
int j;
--- 300,304 ----
for (i = 0; i < outsize / (resample_to_channels * samplewidth); i++)
{
! int source = (i * 1000) / ratio1k;
int j;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV