similar to: Formula/heuristic for estimating packet size?

Displaying 20 results from an estimated 500 matches similar to: "Formula/heuristic for estimating packet size?"

2018 May 12
2
Formula/heuristic for estimating packet size?
Thanks for the input! --Albin On Sat, May 12, 2018 at 6:00 PM, Orestes Zoupanos <oresteszoupanos at hotmail.com> wrote: > Hi Albin! > > There may be some details at: https://tools.ietf.org/html/rfc7845#section-6 > > Otherwise, I hope someone else on this list might be able to give a better > formula for estimating packet size. > > Regards, > > Orestes >
2018 May 12
1
Formula/heuristic for estimating packet size?
Note also that the packet size you give the encoder also acts as an absolute max on the bitrate. For example, if you ask for 32 kb/s VBR but give a max packet size of 120 bytes, then you're absolutely certain the bitrate will never go over 48 kb/s. Jean-Marc On 05/12/2018 12:42 PM, Albin Stigö wrote: > Just a follow up... I guess I was a bit confused about the VBR > setting. I realise
2018 May 12
0
Formula/heuristic for estimating packet size?
Just a follow up... I guess I was a bit confused about the VBR setting. I realise now that packets tend to stay very close to OPUS_SET_BITRATE so that solves my problem. --Albin On Sat, May 12, 2018 at 6:19 PM, Albin Stigö <albin.stigo at gmail.com> wrote: > Thanks for the input! > > --Albin > > On Sat, May 12, 2018 at 6:00 PM, Orestes Zoupanos > <oresteszoupanos at
2018 May 12
0
Formula/heuristic for estimating packet size?
Hi Albin! There may be some details at: https://tools.ietf.org/html/rfc7845#section-6 Otherwise, I hope someone else on this list might be able to give a better formula for estimating packet size. Regards, Orestes On 12/05/2018 16:31, Albin Stigö wrote: Hello, I'm working on an Opus encoder block for GNUradio (a signal processing toolkit). I was wondering if there's some
2020 Feb 13
2
opus-codec.org/comparison: Mono or Stereo?
Looking at the Opus comparison page[1], I can't figure out whether the Opus/AAC/Vorbis/MP3 lines are meant to imply a mono or stereo encoding. Could someone please update the caption to clarify this? The single dot for G.711 is clearly mono, but for stereo music, are the codecs at the top meant to converge near 128 kbps, or 256 kbps? [1] http://opus-codec.org/comparison/
2012 May 29
1
unable to create channel of type 'SIP'
I'm trying to use OpenBTS with Asterisk. I have two phones that are connecting to OpenBTS correctly, but on the Asterisk side the phones can't call each other. I followed this guide: http://gnuradio.org/redmine/projects/gnuradio/wiki/OpenBTSSettingUpAsterisk I set up two phones in sip.conf and extensions.conf. In my SIP output I see this: WARNING[1689]: app_dial.c:2041 dial_exec_full:
2016 Dec 21
11
1.3.2pre3 (Hopefully final)
Hi all, New pre-release here is at: http://mega-nerd.com/tmp/flac-1.3.2pre3-win.zip http://mega-nerd.com/tmp/flac-1.3.2pre3.tar.xz Changes: * Fix tests with Makefile.lite build system. * Fixes for non-Intel CPUs. MD5 and SHA256 sums: > md5sum flac-1.3.2pre3* 61aa8597a220303daf4beb2b8756979d flac-1.3.2pre3.tar.xz 8b470ceac02340600db73bc6daea4fc7 flac-1.3.2pre3-win.zip
2006 Sep 21
1
Software versus hardware RAID performance.
With the Dell OpenManage question on my mind (and having seen it answered very well), I was reminded of an interesting and a little surprising thing I saw yesterday. I upgraded a PowerEdge 2850 from CentOS4 to Fedora Core 5 (keeping everything updated for GNUradio to run on CentOS 4 became more of a job that it should have) for our pulsar data processing machine (it has a GNUradio Universal
2017 Oct 31
3
OPUS vs MP3
Jean-Mark sarkasm. Jean-Markasm. (Bonus points for providing an actual noisy WAV! ^_^) On 30/10/2017 20:28, Jean-Marc Valin wrote: Hi, Before I comment on the graphics you posted to visualize the difference between two audio signals, I'd like to ask for your help in evaluating my JPEG encoder. I've encoded an image with JPEG and then computed the difference with the original. I then
2008 Aug 06
1
speex_nb_mode declaration problem
Hello all, I am using the speex APIs in a gnuradio block. I used the similar code as in the sampleenc.c/sampledec.c which works perfectly fine. My compilation does not give any error, but when I run the python test, it complains that speex_nb_mode is undefined. I tried to declare it explicitly then it as const SpeexMode *mode = NULL , then i get an error that i cannot initialize the const
2016 May 11
2
FLAC Visual Studio file tidy-up?
Hi FLAC Devs! I'm looking to maybe move all the .sln and related Visual Studio project files (not the source .c and .h files!) into new directories under "win32\*" within the flac reppo. Any objections/tips or reasons to leave them as is? Many thanks, Orestes
2016 May 16
1
FLAC Visual Studio file tidy-up?
Orestes Zoupanos wrote: > VS2015, considering it's quite recent and the Community Edition has a > free-to-use-for-open-source license going on. > >>> Yup, into win32\VS2010 and VS2015. >> >> VS2015 or VS2005? Currently FLAC has 2 Visual Studio solutions: one >> for VS2005 >> (and 2008) and another for VS2010 and all newer (2012, 2013, 2015...)
2017 Jul 19
3
CentOS SDR Support
Several weeks ago, we posted a message seeking information about time sources.? There were many helpful and educational responses. An excerpt from one of the responses is included below.? We have been following up with regard to how SDR capabilities might be used for obtaining time using SDR dongles as well as using the time source product referenced in that response. Our SDR investigation has
2016 Dec 27
2
Facebook page for FLAC
I'm one of the co-admins of the Facebook page for FLAC. 15 hours ago, I posted a message giving a vague "heads up" that a new release is on the way. Since then there have been 3 shares, 6 comments, 128 likes and 4451 people reached. That's slightly more than the page's audience. That's more than what the previous release announcement (from November 2014) got. -- -Dec.
2016 Apr 28
4
Where can I find the CentOS gpg keys?
Hi! I'm currently using a non-CentOS system, and wondering where I can find the GPG keys so I can verify the checksum file? The page on the website (https://www.centos.org/keys/) only give information where I can find them on an already installed system. Regards, Albin
2016 May 14
2
FLAC Visual Studio file tidy-up?
Erik de Castro Lopo wrote: >> I'm looking to maybe move all the .sln and related Visual Studio project >> files (not the source .c and .h files!) into new directories under >> "win32\*" within the flac reppo. >> Any objections/tips or reasons to leave them as is? > > Lvqcl and other Windows devs? > > I'm ok with this if you are. I don't
2008 Sep 25
2
ggplot, qplot in loop
Dear List, yes, me again trying to work with qplot ;-) I would like to make several single plots within a loop, like this (simplified and so on...): trials <- c("A","B","C") mycolours <- ("wheat","darkolivegreen","lightgreen",
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and Oracle) does not work directly with RODBC. This works library(RODBC) con<-odbcConnect("mydb") d<-sqlQuery(con,"select * from meso.trees") However this does not. d<-sqlFetch(con,"meso.trees") Error in odbcTableExists(channel, sqtable) : ?meso.trees?: table not found on channel
2012 May 09
2
plot betadisper, change of pch
Hello! After performing an analysis with betadisper, package vegan I would like to plot the results - so far, so good. But I would also like to "tune" a little bit the plotting characters, as '+' and 'x' are a little to similar... My (boiled down) code: [See session info at the bottom of the mail, vegan is vegan_2.0-3] mod <- betadisper(mydata, mygroups,
2008 Jun 10
2
application using wxRuby: Albuin (OT?)
Hi. Just wanted to tell you that I''ve just uploaded Albuin - a music player I''ve been working on - to RubyForge. Albuin is heavily inspired by Muine - a music player for GNOME with a really nice and simple UI. As I''m stuck on windows (photoshop, autocad, archicad...) Albuin is my attempt to "port" Muine to windows. Using Ruby and WxRuby as a bonus