search for: 11025

Displaying 20 results from an estimated 132 matches for "11025".

Did you mean: 1025
2004 Nov 11
3
Legal sample rates
...is configured to > obey the subset: > > http://flac.sourceforge.net/format.html#subset > > to encode 11.025 kHz you need to call > FLAC__seekable_stream_encoder_set_streamable_subset() OK, from reading the documentation, FLAC is limited to 8 channels and sample rates other than 11025. However, if I try to create a file with too many channels I get an error of FLAC__STREAM_ENCODER_INVALID_NUMBER_OF_CHANNELS which is fine. If I try to create a file at a sample rate of 11025 I get an error of FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR or FLAC__STREAM_ENCODE...
2004 Nov 10
4
Legal sample rates
Hi all, I'm trying to use the FLAC C libraries to encode audio. I'm doing something like: FLAC__seekable_stream_encoder_set_channels(pflac->fse, 1); FLAC__seekable_stream_encoder_set_sample_rate(pflac->fse, 11025); FLAC__seekable_stream_encoder_set_bits_per_sample(pflac->fse, 8); if ((bps = FLAC__seekable_stream_encoder_init(pflac->fse)) != FLAC__SEEKABLE_STREAM_DECODER_OK) { printf ("Error : FLAC encoder init returned error : %s\n", FLAC__SeekableStreamEncoderStateStr...
2023 Jan 31
1
Log errors on domain member
...31.01.2023 09:59, Peter Milesson via samba ?????: > >> The journal on a AD domain member server is cluttered with permission >> denied entries of this message pair: >> >> ??? Jan 31 07:02:26 konsrvfast smbd[436004]: [2023/01/31 >> ??? 07:02:26.083500,? 0, effective(11025, 10515), real(11025, 0)] >> ??? ../../source3/smbd/smb2_service.c:168(chdir_current_service) >> >> ??? Jan 31 07:02:26 konsrvfast smbd[436004]: chdir_current_service: >> ??? vfs_ChDir(/data/samba/profiles) failed: Permission denied. Current >> ??? token: uid=11025, gid...
2023 Jan 31
2
Log errors on domain member
Hi folks, The smb.conf and other information after specification of the problems. The journal on a AD domain member server is cluttered with permission denied entries of this message pair: Jan 31 07:02:26 konsrvfast smbd[436004]: [2023/01/31 07:02:26.083500,? 0, effective(11025, 10515), real(11025, 0)] ../../source3/smbd/smb2_service.c:168(chdir_current_service) Jan 31 07:02:26 konsrvfast smbd[436004]:?? chdir_current_service: vfs_ChDir(/data/samba/profiles) failed: Permission denied. Current token: uid=11025, gid=10515, 5 groups: 11025 10515 3003 3004 30...
2023 Jan 31
1
Log errors on domain member
...smb.conf and other information after specification of the problems. > > The journal on a AD domain member server is cluttered with permission > denied entries of this message pair: > > ?? Jan 31 07:02:26 konsrvfast smbd[436004]: [2023/01/31 > ?? 07:02:26.083500,? 0, effective(11025, 10515), real(11025, 0)] > ?? ../../source3/smbd/smb2_service.c:168(chdir_current_service) > > ?? Jan 31 07:02:26 konsrvfast smbd[436004]:?? chdir_current_service: > ?? vfs_ChDir(/data/samba/profiles) failed: Permission denied. Current > ?? token: uid=11025, gid=10515, 5 groups:...
2004 Nov 11
3
Legal sample rates
...NCODER_ERROR or > > FLAC__STREAM_ENCODER_NOT_STREAMABLE. > > oh, I meant FLAC__format_sample_rate_is_valid() is the right way > to check. Ok, I tried that, but this: printf ("\n\n%u -> %d\n%u -> %d\n%u -> %d\n", 112, FLAC__format_sample_rate_is_valid(112), 11025, FLAC__format_sample_rate_is_valid(11025), 44100, FLAC__format_sample_rate_is_valid(44100)); prints out this: 112 -> 1 11025 -> 1 44100 -> 1 which suggests that both 112 and 11025 are valid samplerates, but when I use 11025, I get a FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERRO...
2006 Dec 11
6
Sampling Rate
...<khaynes@kirkgames.com> wrote: > > Hi, > > I'm attempting to use speex for voice chat in my game. > > I'm capturing audio from the mic using OpenAL 1.1 in 16 bit mono. What > sample rate is recommended for capturing from the mic? Which would be > better: 11025 samples per second, or 22050 samples per second of 16 bit > mono audio with respect to then encoding/decoding it with speex? I'm > using 11025 to reduce bandwidth at the moment to capture. > > Given your answer to the above question, what is the most efficient > frame size fo...
2007 Apr 30
1
11025kHz and framesizes question
I have been using the Speex NB mode with an 11025 kHz signal, without adjusting the framesize, and it's been sounding just fine to me. However I was wondering what the best way to make 11025kHz would be. I also have an audio driver that uses 2kB buffers, and the NB framesize of 160 doesn't divide evenly into that so I end up having to shov...
2023 Jan 31
1
Log errors on domain member
31.01.2023 20:59, Peter Milesson via samba ?????: > The share permissions are for Everyone (Full Control/Change/Read). > But naturally, the security settings do not include permissions for machines, only for users/user groups. Everything is set up according to the Samba > Wiki. The uid 11025 is a computer account, and the gid is "Domain computers". No, I mean something else. It is the *unix* path which is inaccessible to *unix* uid 11025. Share permission which you see in samba is laid on top of unix permission, including the parent dirs. /mjt
2007 May 08
2
Buffer size/rate woes
Hi All, I am trying to get speex working on the Mac and am running into issues. I got the examples working, but am now trying to make speex, which expects 8000 Hz and 160 samples per buffer (320 bytes per buffer), work with the Mac's built-in audio recording, which uses either 11025, 22050, or 44100 Hz and 1024 samples per buffer (2048 bytes per buffer). I just need to know if there is a way to make speex run at say 11025 Hz with maybe 512 (or other power of 2) samples per buffer. Otherwise there is going to be a lot of code handling remainders for each buffer and do...
2007 Mar 14
2
Resampler
...internally instead of 15 and doing the saturation right before converting to the 16 bit output sample value could help. But certainly there are more sophisticated solutions to this problem. :-) During the tests I encountered another problem. While upsampling a continuous ?6 dB sine from 8000 Hz to 11025 Hz I heard that the resampler produces a click every 5 seconds. After changing the output sample rate to 11000 Hz the clicking disappeared. Daniel
2013 Apr 25
2
Tests not aborting when appropriate
...ilure in the shell script. No, really, it's not only that. With the fixed git, I get this when I change one of the expected values to something else: > [...] > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 12000 (12000 x 1) ... OK > Testing FLAC replaygain 16000 (16000 x 1) ... OK > Testing FLAC replaygain 18900 (18900 x 1) ... OK > Testing FLAC replaygain 22050 (22050 x 1) ... OK > Testi...
2008 Nov 11
7
music on hold
hii guys: i get the message from the asterisk: Started music on hold, class 'default', on Local/s at skype-web-callback-dial-263to263-1775,1 [2008-11-11 14:32:41] WARNING[1781]: format_wav.c:156 check_header: Unexpected freqency 11025 [2008-11-11 14:32:41] WARNING[1781]: file.c:322 fn_wrapper: Unable to open format wav [2008-11-11 14:32:41] WARNING[1781]: res_musiconhold.c:259 ast_moh_files_next: Unable to open file '/data/TOMSKYPEIVR/var/lib/asterisk/moh/callback1': No such file or directory -- Stopped music on hold...
2004 Aug 06
1
icecast strangeness...
...legal Audio-MPEG-Header 0x62dd8776 at offset 0xfffffffb. It has improperly negotiated the connection and immediately craps out. I try again: Directory: http://live.wuga.org/ Playing MPEG stream from ... Junk at the beginning fffa2f7f MPEG 2.5 layer III, 16 kbit/s, 11025 Hz mono And it has this time properly negotiated the stream (MPEG 2.5 layer III, 16 kbit/s, 11025 Hz mono) and subsequently will play just fine. However, I have been unable to determine the pattern of this as sometimes it works the first time, others the second, others the third, etc. There is no...
2012 Mar 13
2
PATCH: Add test for metaflac --add-replay-gain
Erik ? ? Testing FLAC file with unknown metadata... OK ? ? ./test_metaflac.sh: line 450: syntax error near unexpected token `then' ? ? ./test_metaflac.sh: line 450: `? then' Do both /bin/bash and /bin/dash give exactly the same error message ? Earl ________________________________ From: Erik de Castro Lopo <mle+la at mega-nerd.com> To: flac-dev at xiph.org Cc: Earl Chew
2012 Mar 18
2
PATCH: Add test for metaflac --add-replay-gain
Erik, I cannot reproduce the problem you see with either dash(1) or bash(1). > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 12000 (12000 x 1) ... OK > Testing FLAC replaygain 16000 (16000 x 1) ... OK > Testing FLAC replaygain 18900 (18900 x 1) ... OK > Testing FLAC replaygain 22050 (22050 x 1) ... OK > Testi...
2013 Apr 24
3
Tests not aborting when appropriate
On 24-04-13 14:34, Erik de Castro Lopo wrote: > That's an error in the awk script, which is embedded in the shell > script. I know GNU awk supports lshift, maybe BSD awk doesn't. I'll > investigate that futher. On my system awk links to mawk 1.3.3 >> I don't know why, but the test continues and says all tests passed while >> that clearly isn't the
2004 Nov 11
0
Legal sample rates
...gt; > > > http://flac.sourceforge.net/format.html#subset > > > > to encode 11.025 kHz you need to call > > FLAC__seekable_stream_encoder_set_streamable_subset() > > OK, from reading the documentation, FLAC is limited to 8 channels > and sample rates other than 11025. However, if I try to create a > file with too many channels I get an error of > > FLAC__STREAM_ENCODER_INVALID_NUMBER_OF_CHANNELS > > which is fine. If I try to create a file at a sample rate of > 11025 I get an error of > > FLAC__SEEKABLE_STREAM_ENCODER_STREAM_...
2002 Jul 01
0
Error winearts NO SOUND !
...rtup.wav'! loaded wav /opt/kde/share/sounds/KDE_Startup.wav sample format: 401, sample width: 16 channelCount: 1 frameCount: 182592 job finished SOUND FROM WINE : -------------------------- UnixManager: got notifyIO socketconnection created, fd = 12 incoming stream, parameters: rate=11025, 16 bit, 1 channels creating packet receiver detach incoming stream job finished incoming stream, parameters: rate=11025, 16 bit, 1 channels creating packet receiver detach incoming stream job finished client disconnected: dropped one object reference SOUND FROM XMMS-ARTS : -----------------------...
2004 Nov 24
2
ices2 not re-connecting on live stream
...read [ 02:17:19] INFO encode/encode_initialise Encoder initialising in VBR mode: 2 channel(s), 44100 Hz, quality 0.500000 [ 02:17:19] INFO audio/downmix_initialise Enabling stereo->mono downmixing [ 02:17:19] INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 11025 Hz [ 02:17:19] INFO encode/encode_initialise Encoder initialising with bitrate management: 1 channels, 11025 Hz, minimum bitrate 16000, nominal 20000, maximum 24000 [ 02:17:19] INFO signals/signal_usr1_handler Metadata update requested [ 02:17:19] DBUG metadata/metadata_thread_signal meta thread...