Displaying 20 results from an estimated 600 matches similar to: "Hardware support"
2005 Aug 22
2
GTA:SA ogg file problem
There is an application that rips the radio stations in the game Grand Theft
Auto San Andreas, and it produces ogg vorbis files. These files do not play
on my iRiver iHP-120, it just skips on to the next track after about 1
second. I can provide an example file if someone would like to take a look
and see what might be causing the problem.
__________________________________________________
Phil
2005 Aug 03
2
Ogg Vorbis on DSP platform?
Hello,
I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP
(controller?) hardware platform.
We've got 2 (3) main applications:
1) the codec should be used for 2 channel simultaneous message
recording/playback on flash EPROM.
2) the codec should be used for streaming audio over IP or Ethernet/intranet
networks.
3) for large system, the PC should serve as a storing device
We
2009 Nov 01
1
Android App?
One of the things that annoys me about my current mobile phone is that I
cannot use it to play music (naturally all encoded as Ogg Vorbis) as the
phone only supports proprietary formats.
I wonder if things will be any better with phones using the Android platform
- whether anyone has plans to make an open format based player for it and
whether there will be any restrictions uploading such an app
2005 Jun 06
1
Newer iPods can now play Vorbis
Hullo, PP5020-based iPods can now play Vorbis in real-time, with iPodLinux!
http://www.ipodlinux.org/blog/index.php?p=18
I got this from Hydrogenaudio.
http://www.hydrogenaudio.org/forums/index.php?showtopic=34602
Cheers,
Kyungjoon Lee
2005 May 03
2
[rms@gnu.org: http://wiki.xiph.org/index.php/PortablePlayers]
I've already responded to Richard. Is there a volunteer who can edit
the page to fulfill his request? If so, please edit the page let
Richard know that you've completed the task.
Thanks,
jack.
----- Forwarded message from Richard Stallman <rms@gnu.org> -----
From: Richard Stallman <rms@gnu.org>
To: Jack Moffitt <jack@xiph.org>
Subject:
2013 Oct 04
3
ODG (Objective Difference Grade) scores for Opus Encoder using PQEvalAudio Tool
Hi,
I checked the ODG (Objective Difference Grade) scores for a few reference vectors using the PQEvalAudio Tool and found that some of them show ODG scores as high as -3.5
If we look at the range as described in the link below, it looks unacceptable.
http://www-mmsp.ece.mcgill.ca/documents/Software/Packages/AFsp/PQevalAudio.html
Am I missing something or are these scores valid?
Thanks and
2013 Oct 04
1
ODG (Objective Difference Grade) scores for Opus Encoder using PQEvalAudio Tool
Hi Rhishi,
PQevalaudio is very unreliable and buggy. I have compared to PEAQ and - as a
result - now I am not using it anymore.
With best regards,
Christian Hoene
Von: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] Im Auftrag von
Rhishikesh Agashe
Gesendet: Freitag, 4. Oktober 2013 12:35
An: opus at xiph.org
Cc: Rasmi Mishra
Betreff: [opus] ODG (Objective Difference
2002 Sep 11
10
Too many processes kills server
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Blank Bkgrd.gif
Type: image/gif
Size: 145 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20020911/a89e1b74/BlankBkgrd.gif
2008 Nov 18
2
iriver lplayer software
I ran wine to install the software and all seemed to go well but when I
clicked the Finish button there was a message failed to import MFC42.DLL
required by iLauncher. I have forgotten the user name I used to log in
- apparently there are more tom george's - so I am trying to post this
from mutt
Tom George
2007 Jun 19
9
Is HP server hardware incompatible with Xen?
Hi,
We''ve been using xen with pc clones for some time now.
But now the boss wants to get serious and start using real servers.
We''ve been looking at HP.
I got in touch with a couple of distributors for prices and much to my
suprise, I''ve been told by one HP Partner that Xen does not run on HP
hardware. (a ProLiant ML 150)
He continued to tell me that he could offer me
2002 May 09
7
Windows 2000 and Samba
I have a Samba server running on an AIX 4.4.3 RS6000 that has been serving
up files without problem. Recently, a pair of machines, both Windows 2000
Pro, haven't been able to gain access to any of the Samba resources on the
AIX server though they were both able to previously. Other WinNT and Win2k
machines can get to these shared resources fine, just not these two.
I haven't found anything
2002 Feb 27
9
IP Binding
Hi all,
New to Samba here so please bear with dumb questions.
I have a server that's currently running SMB shares off of device 10.0.0.1
on a private network. It has a second device, 10.0.0.2 that I would like to
add to the device bindings for Samba. I've tried this in the smb.conf file
but it doesn't seem to work. Here's what I tried:
workgroup = SOMECOMPANY
netbios
2009 Feb 25
2
FLAC support for Android?
Hi,
(apologies for losing the link before ;-)
That bug report seems to point out the right places.
Here's some more thoughts about making OpenMAX components for free
codecs (also thinking about other codecs like Theora and Speex):
http://blog.kfish.org/2009/02/is-openmax-important-for-free-software.html
After some discussions at FOMS last month, we might be able to get a
few people
2008 Apr 23
1
(no subject)
Hello Samba,
We are using Samba/CIFS hp-ux server connecting to Windows ADS and try
to create keytab file using
net ads create keytab -u Administrator ,but it is unable to create
keytab file in the /etc/directory.
Please see the attached output file for your reference.
Appreciate your help!!
Sudheer Radhakrishnan / Capgemini
North America P&C / East Business Unit
Unix
2009 Feb 25
2
FLAC support for Android?
Cristian Adam wrote:
> On Wed, Feb 25, 2009 at 2:23 PM, Brian Willoughby <brianw at sounds.wa.com>wrote:
>
>> A better suggestion might be to start with libFLAC, optimize as
>> needed, and then submit the optimizations back to the FLAC project
>> where they will be more widely useful.
>>
>> But that's just my opinion.
>>
>
> I agree. This
2008 Apr 13
1
SPSS to R Data file conversion
I wrote a little routine to convert multiple spss data files (as data frames) to R data files. The code is as follows:
#
list=dir(pattern=".sav")
library(foreign)
for (i in 1:length(list)){
# The saved data frame will be dat
dat=read.spss(list[i],to.data.frame=TRUE)
name=substring(list[i],1,nchar(list[i])-4)
rname=paste("../R/",name,".rda",sep="")
# This
2014 Nov 23
2
New release
On 23 Nov 2014, at 15:06, MauritsVB <mauritsvb at xs4all.nl> wrote:
>
> On 23 Nov 2014, at 14:49, Martijn van Beurden <mvanb1 at gmail.com> wrote:
>
>> Considering Windows binaries: in case no new binaries are provided, please at least remove the old ones from sourceforge. As can be gleaned from some bug reports, support requests etc. on sourceforge, people are still
2007 Mar 08
4
Introduction and patch
Hi,
I'm one of the people working on the Rockbox project
(http://www.rockbox.org) which is an open source alternative firmware
for a range Digital Audio Players. Recently we integrated support for
the Speex codec using libspeex and seems to work well. If you could add
Rockbox to your list of software that supports Speex, that'd be great.
So that's the introduction done. Now for
2013 Dec 15
5
Real hardware for opus
So an iPod made in the last 4 years has not even a dsp
that's used for help in low-power playback of mp3?
What are my best options for a portable player I can
put opus on and have 10 hours of opus playback?
On Sun, Dec 15, 2013 at 6:10 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> The vast majority of audio players do *not* have special hardware for
> MP3 and Vorbis.
2014 Nov 24
2
New release
Declan Kelly wrote:
> Is anyone from the Rockbox project on this list?
> If the CVE issue affects playback (on architectures that can run
> Rockbox) then a new Rockbox release should have the new FLAC code.
IIRC Rockbox uses ffmpeg decoder.