search for: unencode

Displaying 20 results from an estimated 56 matches for "unencode".

Did you mean: unencoded
2008 Apr 24
1
partitioned_rice2 method
I have a doubt reg. RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 http://flac.sourceforge.net/format.html#partitioned_rice2 tells that 5 bits are used to specify the Rice parameter. And "Escape code, meaning the partition is in unencoded binary form using n bits per sample; n follows as a 5-bit number" Question: What is the use of the "escape code" if we have to specify the Rice parameter again using only 5 bits? Is there any use of "escape code" at this place given that you will anyway have to specify th...
2014 Dec 02
2
Comparing FLAC header before syncing
Hi all, I'd like to modify rsync to add a flag to compare the MD5 signature of the unencoded audio data in the header of a FLAC file to determine whether or not to transfer a file. The reason being that I've got a large number of FLAC files, many of which are corrupted in the destination volume, but many of which are valid but the tags have been modified. The sizes of both the sourc...
2013 Jun 14
2
running at 44.1K but with standard frame sizes
...o make sure I understand something. The link is currently running at 44.1KHz - realtime (i.e. streaming from an A/D at one side, ultimately to a D/A at the other). Rather than muck with all the infrastructure, I'm looking at how to run Opus at 44.1K. I have flexibility in the frame sizes of the unencoded audio, and packet sizes on the RF link. So, I was digging through the code, and I didn't see any attempt to measure in realtime the actual audio rate (makes sense, since this codec can work offline too). Opus_custom seems to be needed if you have a certain frame size constraint with low late...
2004 Sep 10
1
[Flac-users] MD5 digest doesn't match
I can't figure out how to verify flac md5 signatures. The docs say flac does an md5 over the unencoded audio data, but I can't reproduce it. I'm using flac 1.0.2 and Ron Rivest's reference md5 implementation. $ md5 temp.wav MD5 (temp.wav) = a7c92c4a656b2be2582f77c51b68a623 $ flac temp.wav $ metaflac temp.flac file: temp.flac METADATA block #0 ... MD5 signature: b315969d432443845ce93...
2004 Aug 06
2
announcement
Hi: Just to add that most, if not all, that ices does can already be done using other Windows tools. You can stream a playlist unencoded with Ezstream. You can stream raw soundcard input with streamTranscoder. And you can do all that and more with the various Oddcast plugins. Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a...
2012 Nov 28
2
Opus for ASR - update and questions
For the last couple months, Nuance has performed extensive testing on how the Opus codec performs in the speech recognition task. I'm hoping to publish a full report in the coming months, but until then all I have is a teaser. Opus performed within about 1% of the WER (Word Error Rate) of unencoded audio. This is compared to about 5% for Speex, which was the previous codec of choice. Well done to you all! As Nuance considers migrating to Opus, we'd like to consider the topic of transport. Traditionally we've relied on TCP for reasons of reliability. Opus, with its packet redunda...
2005 Dec 17
2
Encrypting files
Anyone know of a good (fast) way to encrypt/decrypt uploaded files in RoR? I''ve seen this project: http://ezcrypto.rubyforge.org/ but it only seems to encrypt strings and such. I need to encrypt files once they are uploaded, then decrypt them when they request the file back. Any ideas? Thanks, Mark -- Posted via http://www.ruby-forum.com/.
2011 Sep 29
1
Broken mail clients? [MIME] Long attachment encoded filenames (for non-ASCII characters etc)
Hi, I've noticed a possible minor issue with long encoded filenames for attachments where these filenames are split across multiple lines. My understanding of character encoding and MIME is not as good as it should be, so I may easily have got this all mixed up, in which case sorry for the noise... Although I understand the preferred method for handling filenames split across multiple
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
....run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Indeed the braces are listed in fts-backend-solr.c as part of solr_escape_chars, so don't know how the braces are making it through unencoded. -- Michael Welsh Duggan (md5i at md5i.com)
2006 Aug 01
2
restful controllers - howto nest with link_to?
...t; "#{user.id}/projects/new" %> does what I want from a technical perspective, but results in an encoded url ( http://localhost:3002/users/1%2Fprojects%2Fnew ) which doesn''t look as elegant as the whole approach... There''s got to be a railish way to construct this url unencoded. I just don''t get it. Could someone please give me the insights. I''m already addicted to this new form of urls... Cheers, Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060801/ce13779...
2009 Jul 30
2
sieve delivery to utf folders
...actualy delivery take place, in logs I have Jul 30 17:13:49 deliver(koshikov.n at domain.com): Info: sieve: msgid=<4A71A9E6.5040301 at domain.com>: stored mail into mailbox 'INBOX/&-BEIENQRBBEI- And folder .INBOX.&-BEIENQRBBEI- appears in users maildir. This folder can't be unencoded by mail-client program and user see exactly "&-BEIENQRBBEI-" under INBOX directory(also normaly encoded directory "&BEIENQRBBEI-" --> "????" displays correct). Something breaks encoding and adds sing "-" to all words in utf encoded directory names...
2009 Apr 05
1
FLAC decoding details
...samples being larger than the maximum number of samples? If the residue bit width is given by an escape code, can this escape code be zero? What is the effect of reading "zero" bits? (assuming that the stream is not advanced and 0 is the value read) The MD5 is calculated on the "unencoded data", but this leaves a lot of room for interpretation. Does this mean the data produced by the decoder, or the data that was passed to the encoded when the file was made? If it means on produced data, are the channels interleaved? Stored as big or little endian? If it means the original...
2014 Dec 02
1
Aw: Re: Comparing FLAC header before syncing
...gt; Von: "Fabian Cenedese" <Cenedese at indel.ch> > An: rsync at lists.samba.org > Betreff: Re: Comparing FLAC header before syncing > > At 02:24 02.12.2014, Mike Garey wrote: > >Hi all, I'd like to modify rsync to add a flag to compare the MD5 signature of the unencoded audio data in the header of a FLAC file to determine whether or not to transfer a file. ? > > > >The reason being that I've got a large number of FLAC files, many of which are corrupted in the destination volume, but many of which are valid but the tags have been modified.? The s...
2006 Feb 14
6
routes question [Catching URL in a variable]
Hello Rails Gurus, I have spent the entire night trying to figure this out with no luck. I will really appreciate if someone can come to my rescue. I have a URL like the following: http://domain.com/resource/http://www.rubyonrails.org and would like to capture the rubyonrails URL after the http://domain.com/resource/ part in a variable. I tried something like
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...; seemed the correct thing to do. However > there is a side-affect of doing this that wasn't immediately obvious to > me from reading the documentation > > with previous format 's' behaviour is as follows: > > python2 > > (string) basically is passed through unencoded (this is probably bad but > it is the default way python2 handles things) > > (unicode) unicode is encoded to the default encoding ('ascii') (bad > because we don't expect or want that) > > python3 > > (unicode/string) is encoded to the default encoding (&q...
2005 Jan 17
2
Programming questions
...c.c and speexenc.c programs. I am currently working on an interface between Java code and C code for using the C version of Speex library inside Java programs. I have to encode a stream with 44100 Khz 16 bits Stereo and I would encode it by using packets containing a duration of about 1/10 sec of unencoded speech (this value is not fixed and will be an integer multiple of the Speex encoder frame size to have a duration of about 1/10 of a second). The duration imposed by the Speex encoder frame size is a little too short for the application. My problems are the following: 0) Is it possible to...
2013 Mar 07
4
[Gluster-devel] glusterfs-3.4.0alpha2 released
RPM: http://bits.gluster.org/pub/gluster/glusterfs/3.4.0alpha2/ SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.4.0alpha2.tar.gz This release is made off jenkins-release-19 -- Gluster Build System _______________________________________________ Gluster-devel mailing list Gluster-devel at nongnu.org https://lists.nongnu.org/mailman/listinfo/gluster-devel
2014 Dec 02
0
Comparing FLAC header before syncing
At 02:24 02.12.2014, Mike Garey wrote: >Hi all, I'd like to modify rsync to add a flag to compare the MD5 signature of the unencoded audio data in the header of a FLAC file to determine whether or not to transfer a file. ? > >The reason being that I've got a large number of FLAC files, many of which are corrupted in the destination volume, but many of which are valid but the tags have been modified.? The sizes of bo...
2004 Aug 06
0
Release: Speex Python Bindings
Hi, I have pleasure in submitting Python bindings for Speex (tarball attached). Basically, it's all done in a single Python C extension module. This module creates a class called 'speex', which contains methods called 'encode' and 'decode'. Unencoded audio data is represented on the Python side as a list of ints. (I avoided raw python strings which although faster, create endianness issues). The encode method returns encoded data as a raw string, and conversely, the decode method accepts the encoded data as a raw string. Result is a Python i...
2004 Sep 10
0
Odd xmms plugin behavior
...it: >... > Everything looks fine until I try to play it with the xmms plugin. > Well, egg on my face... I just looked at the code, and I have only written 16bps support into the plugin. From scraping my memory, I think this was because I couldn't find enough info on how to format the unencoded audio data when passing it up to the player and the only example I had was for 16bps stereo. I'll look for some more code somewhere or maybe just play some roulette with the data to see what works. Josh __________________________________________________ Do You Yahoo!? Get email at your own...