similar to: Tuning Vorbis for Low Freq

Displaying 20 results from an estimated 2000 matches similar to: "Tuning Vorbis for Low Freq"

2005 May 26
1
Simplify formula for heterogeneity
Dear R-ians, I'm looking for a computational simplified formula to calculate a measure for heterogeneity (let's say H ): H = sqrt [ (Si (Sj (Xi - Xj)?? ) ) /n ] where: sqrt = square root Si = summation over i (= 0 to n) Sj = summation over j (= 0 to n) Xi = element of X with index i Xj = element of X with index j I can simplify the formula to: H = sqrt [ ( 2 * n * Si (Xi) - 2 Si (Sj
2006 May 31
2
Rails Bug when loading required files for API?
Hello, I have seen some odd behaviour of my Web Services code plus some ''similar'' postings to this list, so I believe this may be a bug in Rails. But I''m failry new to RoR, so maybe I''m doing something wrong. I''ll explain: I have a WS API defined, communicating with a remote system that expects a stucture: When defined like this (all
2007 Jul 16
1
Cisco 7940 log on/off
Hi All, Anyone know if theres a way to share a Cisco 7940 between hot-desk users? My phones get their setup via SIP .cnf files, that load at boot via tftp, so I'm assuming the configs a failry static. However if I want a phone to be hot-desked, I could have different users sitting there. Is there any concept of "logging on" in these environments? Cheers, Adrian
2009 Apr 27
2
series at low freq expanded into high freq
Folks, If I have a series mm of, say, monthly observations, and a series dd of daily dates, what's a good way of expanding mm such that corresponding to each day in dd within the corresponding month in mm, the values of mm are repeated? So e.g., if I have mm: mm <- c(15, 10, 12, 13, 11) names(mm)<-c("Nov 2008", "Dec 2008", "Jan 2009", "Feb
2015 Jun 24
3
Change fallback mount file automatically?
On 24 Jun 2015, at 15:33, Martin Jangowski wrote: > I regularly broadcast with 48kBit streaming rate (mp3, mono, 44kHz). > My fallback-file is a 244kBit, stereo, 44kHz, mp3 file. Works like a > charme.... That depends on the player, if it works you are lucky. It might not work for other formats or with some players.
2007 Jun 07
1
speex1.2-beta2 and noise suppression problem
Hi! I'm using the newest (beta2) speex library on PocketPC (Windows powered) and experiencing some problems with noise suppression preprocessor turned on while encoding 44kHz files. You can hear the example here: http://szalik.net/speex (this is a 44kHz, 16, mono file encoded in UWB mode) I tried using speex cross-compiled with gcc (fixed point + arm4 asm) and VS (just fixed point) and it
2007 May 29
3
Adding support for .w64 (wave64) format
I use Sony (previously Sonic Foundry) Sound Forge, which allows me to save audio files in .w64 (Wave 64) format to get around the 2GB .wav file limitation. W64 was invented by Sonic Foundry, and is an open format as far as I know. The only programs I know about using the .w64 format at the moment are Sound Forge and Steinberg Nuendo, although there may be others out there. With increasing
2000 Jul 14
1
Borland Builder
The following modification is needed in os.h to compile under C++Builder. It has the alloca prototype in malloc.h. #ifndef __GNUC__ #ifdef _WIN32 # ifdef __BORLANDC__ # include <malloc.h> # else # define alloca(x) (_alloca(x)) # endif # define rint(x) (floor((x)+0.5)) #endif #endif Encoding a full range pure tone (500Hz) seems to cause a domain error in sqrt(). Can anyone
2007 Dec 31
1
In which release did FLAC support 192kHz sample rate?
Greetings, In reviewing the changelogs it?s unclear in which release FLAC began supporting a sample rate of 192kHz. The reason for my question is that there are many forums and university studies that state that FLAC does not support a sample rate of 192kHz however the current documentation (assumed 1.2.1b) under FORMAT under FRAME_HEADER does note that it is supported. If it was not
2005 Apr 07
1
Bug#303661: logcheck-database: openntpd rules
Package: logcheck-database Version: 1.2.37 Severity: normal Hello again, openntpd gives messages like these failry often: Apr 7 14:25:55 terminus ntpd[673]: peer 204.17.42.202 now invalid Apr 7 14:26:10 terminus ntpd[673]: peer 204.17.42.202 now valid I am not sure if this is something that an admin may find relevant but they happen fairly often and they do not offer a lot of info for me.
2010 Aug 08
3
Does anybody know how to control the appearance of the end of the line in lattice?
Hi All, I am plotting vertical lines using xyplot in lattice and type="h". It works well, but the problem is that the tops of the lines are convex and the bottoms are concave. Is there a way to flatten the tops and bottoms? Here's my code: Source<-matrix(1:30,10,3) colnames(Source)<-c("x","y1","y2") Source<-data.frame(Source) xyplot(y2+y1~x,
2000 Dec 20
1
high-density vertical lines
Hello. > x_c(1,2,5,7) > plot(x,type="h",lwd=10) produces for me a plot where the tops of the high-density lines are rounded. Is there a way to get the high-density lines so that their tops are flat? Thanks, Michael -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2003 Oct 01
1
Tuning Linux/Samba for low latency w/ high i/o
Hi all, I am attempting to tune a (RedHat 7.3) Linux box running samba 2.2.8a. This application is serving files to PC clients via samba, and the PC clients are uploading files to the server via ftp. Now for the specifics... These files are mpeg2 encoded video with bit rates ranging from 3Mbit/s - 20Mbit/s. When there is zero write activity against the disks I can kick off multiple concurrent
2018 Nov 03
1
reading old dump backups from 2009
> On Nov 3, 2018, at 06:26, Pete Biggs <pete at biggs.org.uk> wrote: > I don't think dump has changed anything in 20 years or so! And I > certainly can't see it changing such that it can't read old files - > that is, sort of, it's raison d'etre. A bit off topic but... Funny story, at a previous job, my boss was able to extract the data off tapes made in the
2017 May 20
3
[RFC PATCH 0/3] drm/nouveau/dispnv04 overlay and primary fb format fixes
This came out of some debugging I was doing to figure out how BE mode works on this hardware. Among other things, it came out that we're not exposing 16-bpp mode support and that the ARGB8888 mode that we do expose is broken. Also the overlay logic was pretty broken, I must have only tested with very "normal" overlay buffer sizes with modetest before. That said, this code has only
2004 Sep 10
2
Re: nice idea
constant prediction see this page http://flac.sourceforge.net/format.html oversampling.. i maean digitally change the wave file rate form 44khz to 440 khz it make next sample easyer predictable if i'll found my old work i'll tell you how much compression i could achieve
2004 Jun 14
5
adjusting color palette
Is there a way to increase the "sensitivity" of the color palette in order to more clearly represent certain sections of data? For example I am wanting to clearly differentiate between height data for a rolling landscape but because of the extremes of the dataset (sea and mountain tops), the bulk of the landscape is shaded in closely approximating green - i have attempted to do this by
2004 Aug 06
4
Optimizing speex for 44.1kHz
> The cost of down-sampling, if done efficiently, is probably less then > the cost difference between 32 kHz and 44.1 kHz so it's probably worth > it. If you don't care about standard sampling rate, you could even to a > 2/3 conversion which would get you 29.4 kHz... I'm curious why not just sample at a lower rate if it's just VoIP anyway? My opinion is that 44kHz
2010 Apr 20
5
Debugging slow apache server?
hello, i'm using an apache server to host 8 virtual hosts. even though this server is local.. 7 out of these 8 virtual hosts open extremly slow.. it takes around 10 seconds to open a page.. though the 8th (which is a completely different site) it opens fairly fast in around 1 or 2 seconds tops.. i tried tailing the error_log and i found nothing .. is there a way i could monitor wht each
2004 Aug 06
5
icecast encoders?
On Fri, 16 Nov 2001, Jerome Alet wrote: > one thing that would be nice in DarkIce would be to allow the user to pass > specific reencoding options for each server, e.g. DarkIce could acquire > the audio in stereo and send it to a server in mono and in stereo to > another server, which is AFAICT impossible today. I agree! Also, something I've been looking for is a way to pull