search for: num_channels

Displaying 16 results from an estimated 16 matches for "num_channels".

2016 Sep 07
2
[PATCH] Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO
...it a/src/opus_multistream_encoder.c b/src/opus_multistream_encoder.c index 30cafe1..c07132f 100644 --- a/src/opus_multistream_encoder.c +++ b/src/opus_multistream_encoder.c @@ -747,7 +747,8 @@ static void ambisonics_rate_allocation( if (st->bitrate_bps==OPUS_AUTO) { - total_rate = num_channels * (20000 + st->layout.nb_streams*(Fs+60*Fs/frame_size)); + total_rate = (st->layout.nb_coupled_streams + st->layout.nb_streams) * + (Fs+60*Fs/frame_size) + st->layout.nb_streams * 15000; } else if (st->bitrate_bps==OPUS_BITRATE_MAX) { total_rate = num_chan...
2005 Jun 05
0
[PATCH] line endings fix
...Call - * - * InitGainAnalysis ( long samplefreq ); - * - * to initialize everything. Call - * - * AnalyzeSamples ( const Float_t* left_samples, - * const Float_t* right_samples, - * size_t num_samples, - * int num_channels ); - * - * as many times as you want, with as many or as few samples as you want. - * If mono, pass the sample buffer in through left_samples, leave - * right_samples NULL, and make sure num_channels = 1. - * - * GetTitleGain() - * - * will return the recommended dB level change for all samp...
2005 Jun 04
2
[PATCH] line endings fix
The replay gain code has dos line endings in CVS, which causes problems for the Sun compiler, among others. Attached is a patch for the lazy, but it's probably easier to fix locally and commit. -r
2007 Apr 25
0
echo cancellation on Blackfin DSK
...coding short *out_left = out_buffer_calc; //for stereo encoding short *out2_buffer_calc; if (SPEEX_DISABLED == g_iSpeexEnabled) //Activated by a pushbutton { memcpy((void *)out, (void *)in, SPEEX_FRAME_SIZE*NUM_CHANNELS*sizeof(ARTYP_16BITS)); } else //Speex is enabled so do a lot more work { #ifndef ACTIVATE_STEREO // Demux the stereo stream for(i = 0; i < SPEEX_FRAME_SIZE; i++) { *in_left++ = *in++; // channel 1 in++; // channel 2 } in_left = in_buffer_calc;...
2010 Nov 10
0
bug fix for speex_resampler_reset_mem?
I'm using resample.c from speex in my project, and was testing it by processing the same waveform twice, with a reset() call in the middle, as follows: short *input_data = read_waveform_as_linear(infileName, &rate, &num_samples, &num_channels); SpeexResamplerState *state = speex_resampler_init_frac(num_channels, in_rate, out_rate, in_rate, out_rate, quality, &error); speex_resampler_skip_zeros(state); speex_resampler_process_int(state, 0, input_data, ...) write_waveform(...) speex_resampler_reset_mem(m_resampler_state); speex_resam...
2001 May 31
3
OpenSSH, sftp problems
...g input channel. SshFCRecurse/sshfc_recurse.c:972: Connection down, re-establishing... FATAL: find_state_by_name: cannot find a state w/ name `fcr_lstat_file'. host1.mydomain.com> debug: Ssh2ChannelSession/sshchsession.c:1306: received exit status : 139 debug: Ssh2Common/sshcommon.c:660: num_channels now 0 debug: Got session close with exit_status=139 debug: destroying client struct... debug: uninitializing event loop host1.mydomain.com> ---------------------------------------- George Dimitoglou Emergent-IT, Space Sciences Division SOHO ESA/NASA Project Scientist Team Laboratory...
2001 Feb 03
0
Winamp plugin annoyance
...s file, if you try to scroll the playlist so that the title of the Ogg file scrolls out of view, it jumps back again, which is very annoying. The fix: In function DecodeThread, replace if(lostsync || (decode_pos_ms - lastupdate > 500)) { ... mod.SetInfo(bitrate / 1000, samplerate / 1000, num_channels, 1); by if(lostsync || (decode_pos_ms - lastupdate > 500)) { ... mod.SetInfo(bitrate / 1000, -1, -1, -1); (-1 indicating "no change") Another annoyance, if an Ogg file does not have a title, it is displayed in the playlist as (example) c:\OggVorbis\Pennywise\Pennywise - Peacef...
2001 Mar 04
1
Winamp plugin playlist behavior
Hello vorbis-dev@xiph.org! I used to be an MP3-addict, but beta4 convinced me so from now on I decided to convert all my new audio to OGG :) I'd just like to point out a strangeness in the Winamp plugin behavior - try this: Start playing a vorbis file, then click List Options->New List, after that add a playlist or a stand-alone music file to the list; almost immediately the first item
2020 Aug 26
0
accessing foreign AD users to NT domain
...encryption_flags : 0x00 (0) 0: SMBXSRV_ENCRYPTION_REQUIRED 0: SMBXSRV_ENCRYPTION_DESIRED 0: SMBXSRV_PROCESSED_ENCRYPTED_PACKET 0: SMBXSRV_PROCESSED_UNENCRYPTED_PACKET num_channels : 0x00000001 (1) channels: ARRAY(1) channels: struct smbXsrv_channel_global0 server_id: struct server_id pid : 0x00000000000009f9 (2553) tas...
2020 Aug 25
4
accessing foreign AD users to NT domain
Mandi! Rowland penny via samba In chel di` si favelave... > Even though your users may have the same username in AD as in the NT4-style > domain, they are different users, so a few thoughts. You have 'map to guest > = bad user', so I take it you must have 'guest ok = yes' set in the shares > (you haven't shown us the shares), so try changing 'bad user' to
2015 Mar 12
3
RequireSecuritySignature=1 and public share with guest not working
...torture : NULL credentials : NULL connection_dialect : 0x0210 (528) signing_required : 0x00 (0) encryption_required : 0x00 (0) num_channels : 0x00000001 (1) [2015/03/12 15:44:01.514273, 10, pid=421, effective(0, 0), real(0, 0)] ../source3/smbd/smb2_server.c:2494(smbd_smb2_request_done_ex) smbd_smb2_request_done_ex: idx[1] status[NT_STATUS_OK] body[8] dyn[yes:9] at ../source3/smbd/smb2_sesssetup.c:168 [2015/03/12 15:44:01....
2015 Mar 13
0
RequireSecuritySignature=1 and public share with guest not working
...torture : NULL > credentials : NULL > connection_dialect : 0x0210 (528) > signing_required : 0x00 (0) > encryption_required : 0x00 (0) > num_channels : 0x00000001 (1) >[2015/03/12 15:44:01.514273, 10, pid=421, effective(0, 0), >real(0, 0)] >../source3/smbd/smb2_server.c:2494(smbd_smb2_request_done_ex) > smbd_smb2_request_done_ex: idx[1] status[NT_STATUS_OK] >body[8] dyn[yes:9] at ../source3/smbd/smb2_sesssetup.c:16...
2001 Apr 20
1
Restrict account to only use sftp not working
...enssh/sftp-server Port forwarding disabled. X11 forwarding disabled. Agent forwarding disabled. debug: Ssh2Common/sshcommon.c:263/ssh_common_special: Received SSH_CROSS_AUTHENTICATED packet from connection protocol Authentication successful. debug: Ssh2Common/sshcommon.c:686/ssh_common_new_channel: num_channels now 1 debug: DISPLAY not set; X11 forwarding disabled. ... ___________________________________________________________________________ After the "Authentication successful." message, the vendor did not get a system prompt. But the vendor could get a listing and move around the filesyst...
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...torture : NULL credentials : NULL connection_dialect : 0x0311 (785) signing_required : 0x00 (0) encryption_required : 0x00 (0) num_channels : 0x00000001 (1) channels: ARRAY(1) channels: struct smbXsrv_channel_global0 server_id: struct server_id pid : 0x0000000000006d1b (27931) ta...
2020 Nov 19
0
PANIC outstanding aio + key does not exist
...RED 0: SMBXSRV_PROCESSED_ENCRYPTED_PACKET 1: SMBXSRV_PROCESSED_UNENCRYPTED_PACKET signing_key : NULL encryption_key : NULL decryption_key : NULL num_channels : 0x00000001 (1) channels: ARRAY(1) channels: struct smbXsrv_channel_global0 server_id: struct server_id pid : 0x00000000003b38d3 (3881171)...
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
From: Leon Romanovsky <leonro at nvidia.com> Changelog: v1: * Renamed _mlx5_rescan_driver to be mlx5_rescan_driver_locked like in other parts of the mlx5 driver. * Renamed MLX5_INTERFACE_PROTOCOL_VDPA to tbe MLX5_INTERFACE_PROTOCOL_VNET as a preparation to coming series from Eli C. * Some small naming renames in mlx5_vdpa. * Refactored adev index code to make Parav's SF series