similar to: Bitrate scaling and forward adaptive ?

Displaying 20 results from an estimated 3000 matches similar to: "Bitrate scaling and forward adaptive ?"

2000 Jun 28
2
trivial optimization to psy.c
Hi all, The following is a trivial patch to psy.c, but combining the two loops saves a percent or two (according to gprof). ================================================================= --- psy.c Mon Jun 19 12:05:57 2000 +++ - Wed Jun 28 15:14:17 2000 @@ -550,12 +550,11 @@ frameno++; memset(flr,0,n*sizeof(double)); - for(i=0;i<n;i++)work[i]=fabs(f[i]); - - /* find the highest
2017 Aug 14
2
Windows Binary for 2.7.4
Looking at the project site the latest Windows Binary is a few back - 2.6.5.6 Has any one built a more recent version that they can upload and update the Project site ? Looking for Windows 7 / Windows 8, not running Windows 10 on any of my tool Laptops and I need to check some battery packs and overall status on a series of UPS units in shelters, The build 2.6.5.6 gives my grirf in a number of
2010 Jan 18
2
sendmail alias
Hi, how are mails forwarded, if I do have the same alias pointing to two different users like this (two entries, two lines): bon.aqua: coke bon.aqua: pepsi Will coke and pepsi get the mail adressed to bon.aqua or will only the first entry get the mail? I know, that "bon.aqua: coke, pepsi" will forward the mails to coke and pepsi, Cheers, G?tz -- G?tz Reinicke IT-Koordinator
2017 Oct 27
3
My function and NA Values Problem
Dear R Staff My working file is in the annex. "g1.csv" I have only 2 columns. Rice and coke. I try to execute following(below) function, but do not work. Because "Coke" value has NA values. I try to add "na.rm=True" to the function but do not work How can I solve this problem with this function or another algorithm? (Note: I have normally 450 columns) Sincerely
2005 Jan 06
2
ultra-low bitrate stream?
I am writing a long-run sound recording application using OggVorbis. The user can adjust sound quality parameter to make balance between storage space and sound quality. The input sound is 22050Hz, mono. To maximize the recording capability on a given storage volume, we want the result bitrate as low as possible. I use -q0 parameter and it produces a 32.0kbps stream. It is too high (our
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby has a built in Observable module and I''m pretty bored, so I apologize in advance.... require ''observer'' # one who is observed class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who
2017 Oct 27
0
My function and NA Values Problem
> On 27 Oct 2017, at 10:43, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear R Staff > > My working file is in the annex. "g1.csv" > I have only 2 columns. Rice and coke. > I try to execute following(below) function, but do not work. > Because "Coke" value has NA values. > I try to add "na.rm=True" to the function but do not
2010 Jul 28
2
Nat issue one way audio on IP dial
hi there, i have posted earlier on the list but got no satisfying answer. the problem is not big. I have asterisk server directly connected with internet (79.80.x.x) and clients are behind router. clients/users are registered with asterisk and are using sipura and xlite softphone. Now problem is that when a user calls other by dialing his IP:Port (sip uri), call is connected fine and he can
2008 Jul 09
2
build matrix with the content of one column of a data frame in function of two factors
Hello, First, thanks for your help (and sorry for my english !) I have a data frame in which each row represents a vote (in percent, only 20,40, 60,80,100) of one person on one content, with three columns : name (the name of the voters), content_id, vote : str(votesredac) 'data.frame': 1000 obs. of 3 variables: $ name : chr "Guillemette Faure" "Guillemette
2005 Sep 07
3
channels VHF/ HF radio in asterisk
Hy, I have a network with WIFI communication and VHF/ HF channels. I have integrated asterisk in the network using SIP, ZAP and IAX2 channels for WIFI communications, but I don't Know How I could integrate the VHF/ HF channels. I have heard speaking about app_rpt project, but I don't Know very much about this. Could I integrate VHF/ HF channels with this application? if the answer is
2008 Feb 27
0
Do you need a place to stay? Food to eat? 4000+ Shelters and soup kitchens in all 50 states:
Do you need a place to stay? Food to eat? 4000+ Shelters and soup kitchens in all 50 states: http://groups.google.com/group/homeless_shelters?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2017 Jun 28
1
Bitrate scaling
Hi all, My first post here, although I have quite a bit of experience with streaming. My question is somewhat related to the bitrate scaling example on the main web page - is there a way to dynamically change the bitrate of the opus encoder, while it is encoding in real-time? This would be for a live (real-time streaming) application. Regards, Ivan -------------- next part -------------- An
2001 Jan 17
0
bitrate scaling by freq / quality bug ? / comments
Hi again! I have some other suggestions/modifications. 1. Bitrate scaling by frequency in vorbis_encode_init: bpch=(long)((float)nominal_bitrate/(float)channels*44100.0f/(float)rate); With this modification, if we use -b128 at 22khz files, the OGG file will be 128kbit/s, not 64kbit/s ... 2. Probable quality bug: I tested some floating point constants (recalculated them (see below) and encoded
2004 Aug 06
0
ogg bitrate scaling
At 09:56 PM 5/28/02 +1000, you wrote: > >I'm trying to get a bitrate scaled live ogg stream working, >but I've not found out how to get this running with the >current tools. I've downloaded the CVS icecast2, and darkice, >but the only option seems to be if the same stream is actually >encoded multiple times at different bitrates. This is not >good for my cpu.
2004 Aug 06
2
ogg bitrate scaling
I'm trying to get a bitrate scaled live ogg stream working, but I've not found out how to get this running with the current tools. I've downloaded the CVS icecast2, and darkice, but the only option seems to be if the same stream is actually encoded multiple times at different bitrates. This is not good for my cpu. Can I get bitrate scaled ogg streams working with the current tools?
2004 Aug 06
3
slow streaming
On Thu, 18 Mar 2004 10:15:32 +1100 Michael Smith <msmith@xiph.org> wrote: > On Thursday 18 March 2004 08:02, ianux wrote: > > hi, > > here is my configuration : > > I've got a NATed network through a linux box > > the icecast server is running on the router > > I'm running ices 2.0 beta 4 on my own box > > everything seems to work fine, BUT:
2015 May 28
1
Strange things happening at SourceForge
On 28 May 2015, at 12:27, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > MauritsVB wrote: > >> The response from SF suggests that it?s non-responsiveness from the >> original project owner. Hopefully it?s limited to that. > > Well for flac, thats Josh who has been non-responsive since 2009 > or so. > > Erik I meant who is registered as project
2005 Oct 16
0
[fdo] Open Clip Art Library Release 0.18 Announcement :: www.openclipart.org
October 16, 2005 - Release 0.18 of Open Clip Art Library (http://www.openclipart.org), containing over 6900 SVG files created by over 500 artists, is now available for download and use. For the month of September, the Open Clip Art Library sought imagery related to pets including images of different breeds appropriate for use by animal shelters. For the upcoming 0.19 release, due November 1,
2017 Aug 22
0
Windows Binary for 2.7.4
On Aug 13, 2017, at 10:29 PM, Jeff Silberberg <jms at dapage.net> wrote: > Looking at the project site the latest Windows Binary is a few back - 2.6.5.6 > > Has any one built a more recent version that they can upload and update the Project site ? > > Looking for Windows 7 / Windows 8, not running Windows 10 on any of my tool Laptops and > I need to check some battery
2017 Dec 15
2
Question about imap (expunge response)
(This is not neccesarily about dovecot, but rather IMAP protocol) At https://drive.google.com/open?id=1j3oa5jYeSdiPbgaihq02K-u_vHbZLJZQ is fetchmail log from my sessinon with polish email provider "Wirtualna Polska" As you can se fetchmail logged "* 1 EXPUNGE" as a response to "STORE" command. According to https://tools.ietf.org/html/rfc3501#section-7.4.1 EXPUNGE