forked from Distrotech/esound
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 32k samples turning into static when 8k samples played in the mid…
…dle. * esd.c: (main): * mix.c: (mix_mono_8u_to_stereo_32s_sv), (mix_mono_16s_to_stereo_32s_sv), (mix_stereo_16s_to_stereo_32s_sv), (mix_mono_8u_to_stereo_32s), (mix_stereo_8u_to_stereo_32s), (mix_mono_16s_to_stereo_32s), (mix_stereo_16s_to_stereo_32s), (mix_players): Fix 32k samples turning into static when 8k samples played in the middle. Debian #79145. svn path=/trunk/; revision=526
- Loading branch information
Josselin Mouette
committed
Nov 18, 2008
1 parent
e42d52c
commit 844a4a9
Showing
3 changed files
with
107 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2008-11-18 Josselin Mouette <[email protected]> | ||
|
||
Patch from Matthew Ashton <[email protected]> | ||
|
||
* esd.c: (main): | ||
* mix.c: (mix_mono_8u_to_stereo_32s_sv), | ||
(mix_mono_16s_to_stereo_32s_sv), (mix_stereo_16s_to_stereo_32s_sv), | ||
(mix_mono_8u_to_stereo_32s), (mix_stereo_8u_to_stereo_32s), | ||
(mix_mono_16s_to_stereo_32s), (mix_stereo_16s_to_stereo_32s), | ||
(mix_players): | ||
Fix 32k samples turning into static when 8k samples played in | ||
the middle. Debian #79145. | ||
|
||
2008-11-18 Josselin Mouette <[email protected]> | ||
|
||
Patch from Ryan Murray <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters