search for: unencoding

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

Did you mean: encoding
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
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 source and
2013 Jun 14
2
running at 44.1K but with standard frame sizes
Hi all, I'm implementing the opus codec for a proprietary RF link (for fullband audio) and want to 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
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:
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/
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
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
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I am getting 400 errors when doing searches. Here is an example search query from dovecot that failed (captured with wireshark): Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 Linux cooked capture Internet Protocol Version 6, Src: ::1, Dst: ::1 Transmission Control Protocol, Src
2006 Aug 01
2
restful controllers - howto nest with link_to?
Hi List, I''m trying to get my grip on the restful methods that are now part of edge rails. Making the first steps was impressive as well as easy because there are already great resources on the blogs of early adopters: http://www.ryandaigle.com/articles/2006/08/01/whats-new-in-edge-rails-simply-restful-support-and-how-to-use-itand
2009 Jul 30
2
sieve delivery to utf folders
Hello list, Today, my users have noticed, that delivery to folders with non-english names is broken. For example, if I create russian directory, it correct encoded and display into mail-client program and my webmail: Encoded: Normal view .INBOX.&BEIENQRBBEI- ???? This is part of sieve script, which routing delivery to russian folder. .... elsif allof (header :contains "Subject"
2009 Apr 05
1
FLAC decoding details
Hello all, I am writing an implementation of a FLAC decoder and I am polishing up some details. The format <http://flac.sourceforge.net/format.html> page leaves some room for interpretation. Can anyone help me by clarifying the official rules about the following? Most of them are degenerate cases that probably don't happen in practice: Thanks, --Jonathan Can the bits per sample
2014 Dec 02
1
Aw: Re: Comparing FLAC header before syncing
yes, i`d second that. maybe you just try using metaflac to generate the appropriate list of files to sync and then feed that list to rsync. > Gesendet: Dienstag, 02. Dezember 2014 um 08:37 Uhr > 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
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
On Mon, 2018-11-12 at 20:36 +0000, Noel Power wrote: > Hi > > On 09/11/2018 10:21, Andrew Bartlett wrote: > > On Fri, 2018-11-09 at 11:46 +0300, Taner Tas via samba wrote: > > > > I just tested Samba 4.9.2 on one of my DCs, previously running > > > > version 4.8.6. Immediately after install, I ran "samba-tool dbcheck" > > > > and got
2005 Jan 17
2
Programming questions
Hi All, I am quite new to voice encoding and to Speex library. I have some programming questions that I am not able to answer even after having read the documentation (from the start to the end an from the end to the start) and by reading the sample code (provided in the documentation) and the speexdec.c and speexenc.c programs. I am currently working on an interface between Java code and
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
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,
2004 Sep 10
0
Odd xmms plugin behavior
--- Matt Zimmerman <mdz@debian.org> wrote: > On Thu, Mar 29, 2001 at 11:46:52AM -0800, Josh Coalson wrote: > > > hmm, you must have found a bug. the format does support other > > resolutions and sample rates, and the test suite does include > > numerous 8 bps mono files, so it's probably in the plugin itself. > > > > if you 'flac -t' the