similar to: Portable Ogg player

Displaying 20 results from an estimated 1000 matches similar to: "Portable Ogg player"

2003 Feb 04
2
Hardware List Draft
Here's a list of non-PC hardware I found that supports Vorbis, with links and short descriptions. It's still kind of rough, and I don't have personal experience with any of these things, though where noted, I have gotten email from the company. This is still just a draft. I've made links, and also left the URLs after the headings so it converts to text well. Following the
2011 Jul 25
4
trouble with uninstall
Hello, Today I installed R for Windows version 2.13.1, but realized that it's not something that I need right now. I attempted to uninstall it, but am getting the following error message: "This Installation can only be uninstalled on 64-bit Windows." I am running Windows XP Professional, Version 2002, SP 3. I've also tried the unins000.exe file as suggested in the help, and
2007 Feb 21
1
TurboTax Home & Business 2006
I'm a Wine newbie. I tried to install Turbotax and have gotten part way to the goal. Perhaps someone can advise me how to continue. My attempt to install (on FC6) involved starting the CD's setup.exe and/or autorun.exe. Install shield reports (and still does) that it cannot find or display the "license" file, but this does not stop the installation. Initially
2013 Aug 30
4
[LLVMdev] Reflexions about a new HDL language
Hi, For the synthesis backend which translate to VHDL or Verilog, I don't know if I will use LLVM. It will depend on how easy it is to play with concurrent statements with LLVM. For the simulation I will use LLVM because I can anyways artificially make the compiled code sequencial. It would allow me to benefit from all the nice things from LLVM like existing optimisations. I have never
2013 Aug 30
0
[LLVMdev] Reflexions about a new HDL language
If you're designing a new high-level HDL, then it would be a good idea to familiarise yourself with the state of the art in this area (e.g. Bluespec System Verilog, Symbolics Processor Designer, and similar tools). Starting from comparisons to VHDL and Verilog is like designing a new high-level programming language today that is designed to be a better high-level programming language that is
2011 Aug 22
1
[LLVMdev] llvm-fpga microblaze target
folks hi, something i just wanted to double-check. is it possible to use, with LLVM, entirely free software tools to build and upload to a xilinx microblaze FPGA target? i take some c code, put it through llvm-fpga, aaand... then what? is there any documentation about this stuff, anywhere? tia, l.
2003 Apr 25
1
compiling
I wanted to compile the decoder_example.c that comes inside the libvorbis. But I just haven't been able to compiled write, I keep getting errors like this "error LNK2001: unresolved external symbol _ogg_sync_clear", when i try compiling it separately (cc decoder_example.c), and when i try to do the "./configure" "make" routine in each of the libraries, i get an
2013 Dec 05
6
[LLVMdev] llvm backend tutorial
Hi, I am writing an llvm backend tutorial through my learning process of llvm backend study and implementation. Web as follows, http://jonathan2251.github.com/lbd/index.html It include 10,000 lines of sources code for 1. Step by step, create an llvm backend for the Cpu0 which beginning from a CPU design for school teaching purpose in system programming. 2. ELF linker for Cpu0 which extended
2007 Jul 17
3
[LLVMdev] GenericValue changes from 1.8 to 2.0
Reid Spencer wrote: > Hi Sarah, > > On Tue, 2007-07-17 at 10:05 -0700, Sarah Thompson wrote: > >> Hi all, >> >> I've been quiet for a while, but I'm liable to be less so now that I'm >> starting on porting our model checker from LLVM 1.8 to 2.0. >> > > We missed you! :) > > Yes, apologies again for not making the
2009 Dec 16
3
Supported software
Is there a list of programs that are supported by Wine? I am especially interested in running TurboTax. Thanks!
2012 Oct 10
1
[LLVMdev] Inconsistency in the LLVM docs
Yes I know, I'm having problems with these tests because they violate the documentation. :) Micah From: Nadav Rotem [mailto:nrotem at apple.com] Sent: Wednesday, October 10, 2012 11:52 AM To: Villmow, Micah Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Inconsistency in the LLVM docs Hi Micah, We need to fix the documentation here. We want to be able to convert vectors of integers to
2013 Dec 06
0
[LLVMdev] llvm backend tutorial
I was wondering if this shouldn't somehow find its way into the official LLVM documentation? It certainly seems to qualify to become official documentation in my eyes. Nearly any LLVM backend writer out there should be able to benefit from reading about your experiences, I'd think. I know it is not as generic and abstract as what the LLVM dev list seems to prefer, but I personally find
2004 Aug 06
0
Integrate Speex into VOCAL
> I'm about to try to integrate SPEEX into the VOCAL project. Good. Just a detail, but the correct spelling in "Speex". > 1) To encode, it appears I need an array of floats. If > I am playing wav files, what is the best way to turn these > into something speex can encode? Speex version 1.0.x (stable) expects float's in the -32768 to +32767 range, so it's just
2011 Mar 18
3
alghorithm of working encoder in libtheora
Hi, Is somewhere alghorithm description of encoder process implemented in libtheora? May be some drafts? May be frame dataflow throw encoder stages? PLEASE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20110318/c3e8e109/attachment.htm
2002 Apr 07
2
HTB question
Hi, I am new to tc, please forgive me for simple question. I have linux 2.4 in my routers, I would like to use HTB. I have downloaded binary code from http://luxik.cdi.cz/~devik/qos/htb/#source, (tc.gz), but I could not open the file. Is there any other place I can get binary code for HTB. Also if you can give some direction how to patch it, it will be really helpful. Thanks in advance Omer
2002 Apr 05
1
Rgui.exe cannot start on Win2000 professional vesion!
Dear R-ers: I'm sorry to disturb you, I downloaded the latest version R1.401 binary on my win2000 professional, after installation, when I click the shortcut on the desktop to start R, it says: Rgui.exe Application Error The instruction at '0x780027oe' referenced memory at '0x00000000'. The memory could not be read. click on Ok to terminate the program click on CANCEL to debug
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
Not only do FPGAs not support recursion, we don’t even support calls! All user code must be inlined into one kernel/component, which is then used to create HDL for the FPGA. Mark From: Bruce Hoult <brucehoult at sifive.com> Sent: December 17, 2018 9:28 AM To: Mendell, Mark P <mark.p.mendell at intel.com> Cc: jjones at prc-hsv.com; LLVM Developers Mailing List <llvm-dev at
2005 Feb 24
5
Installation issue?
Greetings from a noob. I am having a little difficulty trying out Wine-20050111 on a fully updated athlon fedora core 2 system and hope other wine users can help. Review of the wine-users.pdf file included in the wine rpm and scanning some of the wine-users mailing list archives have not pointed to any solutions. I am trying to install Turbotax from a Turbtax distribution CD. (The only
2011 Aug 20
2
[LLVMdev] Xilinx zynq-7000 (7030) as a Gallium3D LLVM FPGA target
i was just writing this: http://www.gp32x.com/board/index.php?/topic/60228-replicating-the-success-of-the-openpandora-discussion-v20/ when something that just occurred to me, half way through, and i would greatly appreciate some help evaluating whether it's feasible. put these together: http://www.xilinx.com/products/silicon-devices/epp/zynq-7000/index.htm
2013 Aug 30
2
[LLVMdev] Reflexions about a new HDL language
Hello, I previously sent this message, but it was in HTML only, so it was unreadable. I am thinking about making a compiler for a new HDL language, that will be more modern than VHDL and Verilog and allow a little higher level behavioral description than VHDL. For this language, I am beeing influenced by VHDL, Ada, Ruby and MyHDL. I also would like to write it in Ada. I don't know if it