|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #44305] audiorecorder (8000, 8, 1) returns corrupted audio stream |
Date: | Tue, 31 Dec 2019 13:22:08 -0500 (EST) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Update of bug #44305 (project octave): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #9: Instead of using division by 256 on integer data I changed the patch to use a right shift by 8 (>> 8) which should be faster, and is clearer that the code is trying to discard the lower 8 bits. I also updated the FIXME notes and the changeset message and checked it in under Lars's credentials. See https://hg.savannah.gnu.org/hgweb/octave/rev/65a54ab6ceaa. Marking as fixed and closing report. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?44305> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |