search for: freeform

Displaying 20 results from an estimated 48 matches for "freeform".

2004 Sep 10
0
FREEFORM metadata (was: Compressing sound fonts with FLAC)
...t > has some sort of identifier (a string maybe). That > would allow arbitrary > data to be stored. I've been thinking about this, and here's what I came up with. This kind of dovetails into the discussion Mike Wren started about the etree header. I was thinking about defining a FREEFORM metadata block which may be of arbitrary size. The only mandatory field would be a (say, 32-bit) id of the owner. In your case, you would request an id, then I would register you as the owner, then you could write as many FREEFORM blocks with your id as you wanted and the contents would be up to...
2004 Sep 10
1
FREEFORM metadata (was: Compressing sound fonts with FLAC)
Josh Coalson wrote: > I've been thinking about this, and here's what I > came up with. This kind of dovetails into the > discussion Mike Wren started about the etree > header. > > I was thinking about defining a FREEFORM metadata > block which may be of arbitrary size. The only > mandatory field would be a (say, 32-bit) id of > the owner. In your case, you would request an > id, then I would register you as the owner, then > you could write as many FREEFORM blocks with your > id as you wanted an...
2019 Dec 16
2
[v2v PATCH] build: add --with-extra configure parameter
...; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([virt-v2v],1.41.8) +# The major, minor, and release fields MUST be numbers. Packagers can +# add extra information using --with-extra="..." which may be any +# freeform string. +m4_define([v2v_major], [1]) +m4_define([v2v_minor], [41]) +m4_define([v2v_release], [8]) + +AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release) # Headings within the configure script output. m4_define([HEADING], @@ -37,6 +44,25 @@ AC_CONFIG_MACRO_DIR([m4]) dnl Initialize libtool....
2005 Nov 10
1
OggPCM proposal feedback
...tream plugin which will allow > applications which only support, say, 16bit audio, to work with it. Do you think the noise in your 16bit application will sound different between a conversion from a 96bit or 80bit audio file from the same analog source ? If the argument for keeping these fields freeform is to support 96bit audio, I'd say Erik is right that you shouldn't pick freeform fields. As a practical matter, I don't see a direct use case for a file/interchange format with a 540 dB dynamical range. Thomas Dave/Dina : future TV today ! - http://www.davedina.org/ <-*- thomas...
2006 Jun 18
1
Put an arbitary hash into ActiveRecord
Did someone encountered a problem of putting a hash of values into AR, into a certain field? Essentially I need some denormalized, freeform serializable hash to which the user can add keys and values, and handle accessors from there would be lovely too. I remember that AR has "serialize" but did someone actually use it? I heard nothing but complaints about rich objects in AR columns. TIA. -- Julian ''Julik'...
2015 Sep 29
2
Delay playing some streams on Android
2004 Sep 10
4
Compressing sound fonts with FLAC
Josh Coalson wrote: > yeah, flac doesn't have a 'gzip' fallback method > so any non-audio data will probably get stored > verbatim. I'm kind of reluctant to add a generic > compressor. If you wan't, you could come up with a > FLAC metadata block to store a gzip'ed chunk and I > could add that to the format. > I had the same thought when I was
2010 Aug 02
1
[LLVMdev] [PATCH] Add 'STRINGS' cache property to LLVM_USE_CRT
This lets CMake's GUI frontend show a drop-down list of the limited possible values for LLVM_USE_CRT, instead of the current freeform input field, so using the variable is less error-prone. -------------- next part -------------- A non-text attachment was scrubbed... Name: add-strings-property-to-msvc-crt.patch Type: text/x-patch Size: 673 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201...
2019 Dec 16
0
Re: [v2v PATCH] build: add --with-extra configure parameter
...ftware > # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > > -AC_INIT([virt-v2v],1.41.8) > +# The major, minor, and release fields MUST be numbers. Packagers can > +# add extra information using --with-extra="..." which may be any > +# freeform string. > +m4_define([v2v_major], [1]) > +m4_define([v2v_minor], [41]) > +m4_define([v2v_release], [8]) > + > +AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release) > > # Headings within the configure script output. > m4_define([HEADING], > @@ -37,6 +44,25 @@ AC_CON...
2015 Sep 29
1
Delay playing some streams on Android
...(WFMU). ?The only thing changing in my code is the URI of the Icecast mountpoint. ?My test device is a Nexus 5 running Android 5.1.1. http://current.stream.publicradio.org/kcmp.mp3?starts playing in about 2 seconds. ?It's a 128 kbps stream from Minnesota Public Radio. http://stream0.wfmu.org/freeform-128k?starts playing in about 9 seconds. ?It's a 128 kbps stream from WFMU. The problem gets worse as the bitrate goes down. ?32 kbps streams take quite a while to start. I don't notice this problem in iOS code I've written. ?I also don't notice it in VLC. You can view the headers...
2014 Oct 06
3
[LLVMdev] [PATCH] ubsan: label messages as coming from ubsan
...o the message so that they may be detected more easily. If something else is wanted (such as the '===' lines from ASan or TSan to cope with things like printing the backtrace, that would be possible as well. It would also be nice if there were a blurb on what the error was rather than just freeform text (similar to heap-use-after-free and heap-buffer-overflow) to categorize messages. Thanks, --Ben Ben Boeckel (1): ubsan: add 'UndefinedBehaviorSanitizer' to messages lib/ubsan/ubsan_diag.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.1.0
2015 Dec 07
2
inconsistency in POSIXlt
The documentation for the POSIXlt class states '"POSIXlt" objects will often have an attribute "tzone", a character vector of length 3 giving the time zone name from the TZ environment variable and the names of the base time zone and the alternate (daylight-saving) time zone. Sometimes this may just be of length one, giving the time zone
2004 Aug 06
5
Icecast deadlock with 1.3.12 (fixed)
Folks- First, let me submit a disclaimer... I know 1.3.12 is unsupported. However, since icecast2 isn't officially released, I'm abit SOL anyways, so I'm currently trying to debug it and will release a patch when I'm done. (Which I'm doing since the code is GPL and I want to contribute... if no one cares, let me know and I'll stop updating the list with what i find)
2004 Jan 12
2
LCR / Trollphone Rate Engine
...iso | char(2) | | | | | (?? Description please? Example?) | type | char(3) | YES | | NULL | | (Type.. ? Example?) | country | varchar(40) | | | | | (I guess this is freeform..) | extra | varchar(40) | YES | | NULL | | (Extra what?) | prefix | varchar(10) | | MUL | | | (Ok, prefix of the number...) | active_date | date | YES | | NULL | | (Starting date of rate)...
2006 Feb 13
5
Acts_as_taggable pluralize
I am implementing a messaging system, which requires broadcast to group feature. Instead of a relatively clunky habtm group structure, I am using tags. Form a usability standpoint, it would be helpful to avoid redundant tags. Like, friend vs friends OR client vs. clients. Is it practical to filter tags, before entry, to avoid duplicate tags like plural vs. singular? -- Posted via
2002 Oct 01
4
Status?
...will continue to be published in non-free formats (and thus a lengthier process to reencode from archives). In the effort of getting Ogg Theora available I'm willing to devote a portion of my time on the Theora project. I'm a coder and because of my work on our audio encoding library for Freeform (one of the codebases for IMC sites) I'm familiar with the basics of libogg. Is there a roadmap? Tasklist? Or are we all just looking at this gift we've been given and scratching our heads trying to figure out what to do with it? :-) Thanks, and look forward to working with you all. --- &g...
2020 Feb 13
1
admin console
...uld likely block them on your border gateway or firewall anyway. > 2. Deny everything depends on User-Agent value and User-Agent length. Without an answer to my question above you can hardly discuss this. But I don't see much point in this generally as the user agent string is basically a freeform user setting. So an attacker can change it at will. At best it would be helpful to do some matches to avoid getting hits by misbehaving clients. But that is a totally different class than attacking clients. Also, such a check could be implemented in Icecast as well. Depending on your version in d...
2015 Sep 30
0
Delay playing some streams on Android
...MU). The only thing changing in my code is the URI of the Icecast mountpoint. My test device is a Nexus 5 running Android 5.1.1. http://current.stream.publicradio.org/kcmp.mp3 starts playing in about 2 seconds. It's a 128 kbps stream from Minnesota Public Radio. http://stream0.wfmu.org/freeform-128k starts playing in about 9 seconds. It's a 128 kbps stream from WFMU. The problem gets worse as the bitrate goes down. 32 kbps streams take quite a while to start. I don't notice this problem in iOS code I've written. I also don't notice it in VLC. You can view the h...
2015 Dec 07
0
inconsistency in POSIXlt
...roject.org/R/trunk/src/main/datetime.c (function do_asPOSIXlt) R_tzname is an extern char pointer. I can't say exactly where it is populated, but the code assumes it will be and that it will take care of what passing a length 3 vector would. Also, note that AFAICT the second and third are not freeform text, only very specific values are valid. Long story short, I think the answer is R doesn't let you do that because it takes care of it for you. (Unless someone more familiar with date handling in R pops in and points out how I've completely missed something). Best, ~G -- Gabriel Bec...
2004 May 22
0
WFMU has added an Ogg Vorbis stream
...1 kHz, but they're determined to keep it within reach of urban dialup modem users. This aught to increase awareness of Ogg among artists and record collectors in NYC and beyond who would not have otherwise heard of Ogg Vorbis. 'FMU has a huge presence on the web. WFMU is a non-commercial, freeform radio station which serves the New York City/New Jersey area from on 91.1 FM from a studio in Jersey City. They have a second transmitter in the Catskills on 90.1 FM near Middletown, NY which simulcasts their signal and increases their reach to about 80 northwest of NYC. WFMU is one of a VERY few t...