[issue42991] support for splitting multichannel audio fragments in audioop module

2021-03-11 Thread Ramón Fraterman
Ramón Fraterman added the comment: Could someone please have a look at my PR? -- ___ Python tracker ___ ___ Python-bugs-list

[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramón Fraterman
Change by Ramón Fraterman : -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramón Fraterman
Change by Ramón Fraterman : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramon
Change by Ramon : -- keywords: +patch pull_requests: +23105 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24286 ___ Python tracker ___

[issue42991] support for splitting multichannel audio fragments in audioop module

2021-01-21 Thread Ramon
New submission from Ramon : All functions from the audioop module that work on stereo fragments, provide the same behaviour on multichannel (i.e. 5.1 channel LPCM) fragments. This is, however, not true for the tomono() function, that only makes sense when supplied with a 2-channel fragment.