search for: pyt

Displaying 20 results from an estimated 94 matches for "pyt".

Did you mean: put
2020 Apr 01
2
añadir líneas verticales con ggplot
Buenos días, hago un mapa con ggplot: world<-map_data('world') windows();ggplot(legend=FALSE) + ... geom_point(data=Data,aes(x=lon,y=lat,color=Clst),size=1.25) + scale_color_manual(values=c("grey45","navy","skyblue","gold","green3","darkgreen")) + geom_path( data=world, aes(x=long, y=lat,group=group)) + labs(title =
2013 Jan 12
1
Tag flac as flac 1.2.1_git
...format related, change. In particular, any 1.2.x decoder can decode any 1.2.y-encoded file. I think it best to stick to that, but you're doing the work, so you pick up what you think best or easiest. I believe however it is good to have rules that precisely govern what number changes. Cheers, Pyt. On Sat, Jan 12, 2013 at 8:37 AM, Erik de Castro Lopo - mle+la at mega-nerd.com <flac-dev.pyt.682528eb7b.mle+la#mega-nerd.com at ob.0sg.net> wrote: > pyth.flac-dev.5.pyt at spamgourmet.com wrote: > > > I seem to recall that changes in the second number indicated a minor >...
2008 Jan 02
2
Rice coding
...ormat. Now, the decoder implementation I'm working on only implements the 4-bit-parameter-method; I've been using it extensively, including on files encoded with the reference encoder v1.2.1, and never stumbled on that second method. Does the reference encoder implement that yet ? Thanks, Pyt. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20080103/a3475311/attachment.html
2007 Jun 14
2
FLAC: library for C#
...e implementation, but still reasonable for what I do), but it can read and write metadata. It still needs a bit of polishing (esp. the documentation to be usable), but I'd be willing to share it at some point. Note that it's not open source for the time being, but that could be considered. Pyt. PS: If anybody has a real pinvoke wrapper for the reference lib, I'd gladly take it... ! On 6/14/07, Jud White - jwhite@cdtag.com <+flac- dev+pyt+af0255c9db.jwhite#cdtag.com@spamgourmet.com> wrote: > > Harry, > > DllImport is the way to go, but it's not always straight...
2017 May 10
1
max size for album art?
Pierre-Yves Thoulon wrote: > None, apart from the standard metadata block size limitation (2^24 > bytes, e.g. 4GB). Pretty big for any kind of album art... 2^24 = 16777216, i.e. only 16 Megabytes. > Kind regards. > > Pyt. > > >> Le 10 mai 2017 à 17:11, Scott Brown - scottcbrown at gmail.com >> <flac-dev.pyt.8c0cc6600b.scottcbrown#gmail.com at ob.0sg.net> a écrit : >> >> Is there any size limitation for album art? >> >> I have a user who says adding large artwork (fr...
2013 Jan 12
5
Tag flac as flac 1.2.1_git
...ted a minor change in the *format* of the file itself (for example, 1.1.x to 1.2.x introduced a new rice coding option used for 24-bit files). Are there any format changes that would justify that ? Otherwise, 1.2.2 would seem more appropriate, not to minimize the work that you are doing... Cheers, Pyt. http://www.mjuware.com On Sat, Jan 12, 2013 at 6:39 AM, Erik de Castro Lopo - mle+la at mega-nerd.com <flac-dev.pyt.682528eb7b.mle+la#mega-nerd.com at ob.0sg.net> wrote: > I'm currently looking to name it 1.3.0rc1. 1.3.0 because its been so > long since the last offical release a...
2017 May 10
4
max size for album art?
Is there any size limitation for album art? I have a user who says adding large artwork (from a scanner) is corrupting the file metadata. I don't know if this is a flac limitation, a tag lib issue, or something I'm doing. Thanks, Scott -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 14
0
FLAC: library for C#
is wrapping c++ any easier? because there is libFLAC++ otherwise, if you only need a certain subset of what FLAC does it might be easier to write a smaller C interface + wrapper implementation, then import that in c#. Josh --- Pyt <py.thoulon@gmail.com> wrote: > I tried that approach a while ago and failed miserably. Marshalling > the > structs of structs in the flac lib turned out to be a nightmare (I > don't > pretend to be an expert, mind you...). > I eventually switched to writing my own C# l...
2006 Mar 16
6
File Auditing with rails - File I/O issue
Hey Folks, I''ve written a script to generate a list of all files on a machine, then zip the results. ?I''m going to stick a web front end on it, and use it to audit some file servers. The problem is that the ZIP compression/decompression isn''t working, but its not what you might think. ?The script completes, but seems to not actually write anything. Here is a short
2006 Mar 28
1
Efficiently convert this SQL statement to ActiveRecord loop
...pretty easy in SQL, but hard in a non set based language.. Can anyone point me in the right direction? Can anyone point me in the right direction? Best, Brian Brian Corrigan Operations Manager MGAM Systems, Inc. 1 Broadway Place Schenectady, NY 12305 <http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=1+Broadway+Place&csz=Sch enectady%2C+NY+12305&country=us> brian.corrigan@mm-games.com <mailto:brian.corrigan@mm-games.com> tel: fax: mobile: 518-881-1121 518-881-1128 518-727-6652 -------------- next part -------------- An HTML attachment was scrubbed.....
2020 Jun 05
3
líneas sobre un mapa
Gracias Emilio y Jorge. Tengo que explicarlo mejor. Mostrando a una audiencia cómo hacer un tipo de análisis, se hace un loop (abajo) que analiza un mapa por regiones longitudinales. Tal y como está el script, print(i) te indica la longitud por la que va (de 10º en 10º) pero me gustaría que en vez de eso te fuese representando una línea vertical sobre el mapa, que he representado previamente con
2008 Jan 02
0
Rice coding
...think Josh's( jcoalson ) reply on this thread is helpfull http://www.hydrogenaudio.org/forums/lofiversion/index.php/t57624.html my guess is u r not using 24 bit files thts why older decoder is able to decode it.. an then again not all 24 bit files will make use of that enhacement :) On 1/3/08, Pyt <py.thoulon@gmail.com> wrote: > > Going in details through the FLAC format specification, I realize that > there are 2 rice coding methods now supported for residual encoding. I > thought I remembered in the 1.1.3 times that there was only 1 method (with > 4-bit Rice parameter)...
2008 Feb 10
2
Replay-gain
Hi List, Is there a way to correctly use the replay-gain feature on flac files that contain an entire album (i.e., multiple tracks with seekpoints added from a cue sheet)? -- Chris
2011 Apr 03
1
FLAC and Window 7 64bit
I have used FLAC and FLAC Frontend on my windows XP machine for years but I cannot get it to run on my Windows 7 64bit machine for some reason. I have installed FLAC.exe and FLAC Frontend and I can load the .wav files into the Frontend and when I click on encode I get the command line screen for about two seconds and then it disappears and that's as far as I can get. I don't get any error
2007 May 06
1
simple table ordering question
...64 37 but I didn't ask for it to be in alphabetic order. How can I get it in original order? Disagree Agree 37 64 Thanks, Jeff Jeffrey. M. Miller, PhD Statistics & Data Anaysis Consultant CEO - AlphaPoint05, Inc <http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=2792+SE+27th+Ave&csz=Gainesv ille%2C+FL+32641&country=us> 2792 SE 27th Ave Gainesville, FL 32641 <mailto:jeffmiller@alphapoint05.net> jeffmiller@alphapoint05.net <http://www.alphapoint05.net/> www.alphapoint05.net mobile: 352-359-6611 ********************...
2007 Jun 14
2
FLAC: library for C#
Harry Sack wrote: > > but aren't they C++ headers en lib's? Not C++, C. > I have no idea how I can include a C++ > header in a C# project. > It this even possible? Yes. Google for "dllimport csharp". Erik -- ----------------------------------------------------------------- Erik de Castro Lopo -----------------------------------------------------------------
2013 Jan 08
2
Tag flac as flac 1.2.1_git
I agree on everything you said. I did not intend or expect to have pre-release flac bundled with software, but can understand the dismay at my earlier request. If people think there should be a snapshot version for testing, I'm all for it, especially now that the build system has undergone some changes. I found that for some source distros, the removal of autogen.sh's prior features and
2008 Feb 11
2
Replay-gain
On Monday 11 February 2008 05:04:25 Pyt wrote: > Can you elaborate on what you mean by "correctly use" ? > > On Feb 11, 2008 1:03 AM, Christopher Brown <c-b@asu.edu> wrote: > > Is there a way to correctly use the replay-gain feature on flac files > > that contain an entire album (i.e., multiple tracks...
2012 Jul 27
1
Bug#682979: xcp-xapi: VM not starting, tasks not cancellable
...brary ii lib 4.1.3~rc1+hg-20120614.a9c0a89c08f2-4 Public libs for Xen ii lib 4.0.1-2 Xenstore communications library fo ii lsb 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip ii pci 1:3.1.9-5 Linux PCI Utilities ii pyt 2.7.3~rc2-1 interactive high-level object-orie ii pyt 1.3.2-9 Xen Cloud Platform - XenAPI Python ii stu 3:4.29-1 dummy upgrade package ii stu 3:4.29-1 Universal SSL tunnel for network d...
2011 Jan 10
1
Bug#609517: xen-utils-3.2-1: Pygrub can't find grub.conf in a reiserfs partion on amd64 arch
...6 2.4.2-6+lenny2 the GNU TLS library - runtime libr ii libncurses5 5.7+20081213-1 shared libraries for terminal hand ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer ii libxenstore3.0 3.2.1-2 Xenstore communications library fo ii python 2.5.2-3 An interactive high-level object-o ii python-central 0.6.8 register and build utility for Pyt ii udev 0.125-7+lenny3 /dev/ and hotplug management daemo ii xen-utils-common 3.2.0-2 XEN administrative too...