[pulseaudio-discuss] - wrap around when recording output.monitor

2010-09-15 Thread Baek Chang
I am seeing warp around happening due to overflow when doing the following. parec -r --device=alsa_output.pci_8086_269a_sound_card_0_alsa_playback_0.monitor output.raw --format=s16le --rate=44100 --channels=1 paplay --format=s16le --rate=44100 --channels=2 if i use parec with the same

Re: [pulseaudio-discuss] - wrap around when recording output.monitor

2010-09-15 Thread Baek Chang
looks like in the remap_channels method, calling oil_vectoradd_s16, the constant to multiply by is set to 1. if (r-map_table[oc][ic] = 1.0) { static const int16_t one = 1; oil_vectoradd_s16(

Re: [pulseaudio-discuss] - wrap around when recording output.monitor

2010-09-15 Thread Mads Kiilerich
Baek Chang wrote, On 09/16/2010 02:26 AM: looks like in the remap_channels method, calling oil_vectoradd_s16, the constant to multiply by is set to 1. if (r-map_table[oc][ic] = 1.0) { static const int16_t one = 1;