similar to: Renice ogg123

Displaying 20 results from an estimated 700 matches similar to: "Renice ogg123"

2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files with cat, i.e. cat {file1.ogg} file2.ogg > outputfile.ogg <p>I successfully used this capability, together with oggenc and sox, to join two .WAV files in the following manner: <p>oggenc -q9 file1.wav ... oggenc -q9 file2.wav --- cat file1.ogg file2.ogg > outfile.ogg ox outfile.ogg outfile.wav I get
2004 Jun 10
1
can ogg encode URL?
Hi, I try to find the information if Ogg can encode a URL so that when player gets the URL, it pops a window showing the content of that URL. Just like what Real does. Based on what I understand, Ogg doesn't support it. Am I right? Thanks, William __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
2004 Nov 23
2
source code
hello dear developers, i'm a student of computer science at the technical university of berlin. i'm on my exam and i have to implement an "perfect" hifi-internet-telephone :-) ... at this point i thought of vorbis and the ogg-vorbis codec to integrate this codec in my tool ... the questions i have are: is the source code lying on a free server to download it? is there a
2003 Nov 10
2
[faq?] Portable players supporting ogg vorbis
Hi, I got into the mood of acquiring a portable music player, and I want to "vote with my dollars" and choose among the players that can play ogg files. What are my options? So far, I have seen the Rio Karma (and some other Rio models?), and my favorite as of today is one of the iRiver iFP-1xxT. The Neuros looks even better, but ogg support seems incomplete. Any good experience, bad
2004 Apr 12
3
Decoding with 8 bit-samples
Hi! I'd like to make a stereo 8-bit wav file from a stereo (16 bit) ogg vorbis file (in delphi, with the vorbisfile). I use: ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks); if ret = 0 Then begin fileOut := TFileStream.Create(savedlg.FileName,fmCreate); repeat ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2003 Nov 23
2
Ogg Vorbis use in the Visual Basic .net environment
Heya everyone, I'm planning on putting functionality into a Visual Basic program to be able to play back Ogg Vorbis encoded multimedia files and I'm having difficulty finding out how. Would anyone have any ideas on how I could do this? Perhaps if I were able to use the Ogg Vorbis libraries as a .dll file and call its functions from within the VB program - that might work. So does anyone
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
2004 Feb 27
4
WMA9 versus OGG
Hello all I have been encoding to OGG as a default for well over a year, but I recently thought I ought to test how it sounds compared to other codecs. I got the Windows Media 9 encoder and I was quite surprised at how bad a job OGG did at quality 0 with a simple piano clip, and how well WMA9 was - I've always considered WMA as being a bit naff, but WMA9 has forced me to re-access this view
2003 Apr 27
2
OGG validation tool?
Is there some tool for UN*X that basically checks if a file is a valid, intact, OGG file. I have had some bit rot and need to know what works and what doesn't, without having to listen through it all. -- Björn Lindström <bkhl@privat.utfors.se> Home page: http://hem.fyristorg.com/bkhl/ Blog: http://bkhl.livejournal.com/ Elektrubadur demo: http://hem.fyristorg.com/bkhl/elektrubadur/ ---
2004 Jan 07
4
Ogg checksum thingie needed
I need some sort of utility to calculate a checksum of an Ogg file. Two differently encoded Ogg:s should give different checksums, but the same file with different tags should give the same result. (The serial number doesn't work here, obviously. I need something that is changed if a bit of the file is lost.) -- Björn Lindström <bkhl@elektrubadur.se> http://bkhl.elektrubadur.se/
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way to get this working, and to me, something is wrong here. But it might well be me. Anyway... I've been trying to record direct from the soundcard into an ogg file. I came up with rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg which partially works. ogg123 will play it, but ogginfo reports Warning: Hole in
2004 Jun 20
16
Extension proposal - partly serious
Alright folks, here's the solution. 1) Keep extensions to 3 letters for audio & video. Except for special situations where the user might be doing a codec specific name. Since the official extensions are 3 letters, those can always be used on any 8.3 device. 2) introduce a new extension .OGV for ogg container video. With a strong preference for Xiph only codecs. (If you want 3rd
2003 Aug 08
4
Listening to Ogg streams with MacOSX
This comes from Indymedia audio list, Whamb! should probobally be listed on the vorbis.com software pages. ----- Forwarded message from nathaniel t <vsea75@hotmail.com> ----- The whole world doesn't use Linux or Windows. Some tiny fraction of computer users use Macs. I didn't realize until yesterday evening how difficult and mysterious it is to try to listen to an icecast ogg
2003 Jan 30
0
PhatBox and Music Keg unofficially support Vorbis
PhatBox and Music Keg (which I'd describe as MP3 players that hook into your car stereo) unofficially support Vorbis. Apparently there was a post to vorbis-dev quite a while ago about this, but it's news to me, and it hasn't been on this list. I'll add this to my hardware list, which I'll post here soon. This was a (very speedy :-)) response I got from PhatNoise's
2018 Jul 16
2
Target triple normalzation through the LLVM C API
Hello everyone, First of all, this is my first posting here, so feel free to tell me if I'm asking the wrong questions in the wrong place. I've discovered that the target triple normalization which used to be done at all times on sys::getDefaultTargetTriple() has been removed, due to the fact that most users of this function explicitly call Triple::normalize() on its result. This has
2007 Jul 31
1
Renice server process
Hi, for a job of lesser priority I would like to connect to a Samba server. When I'm doing a 'smbmount', enter the server by SSH, pgrep for the new smbd process and then renice it I have exactly the behaviour I desire. Now I would like to automate this and yet start the server process with lower priority. Connections to other clients shall not be touched at all. Are there any
2017 Dec 04
0
PSOCK cluster and renice
Looks like a bug to me due to wrong assumptions about 'nice' arguments, but could be because a "non-standard" 'nice' is used. If we do: > trace(system, tracer = quote(print(command))) Tracing function "system" in package "base" we see that the system call used is: > cl <- parallel::makePSOCKcluster(2L, renice = 19) Tracing system(cmd, wait
2017 Dec 04
2
PSOCK cluster and renice
Hi all, Is it possible to use the 'renice' option together with parallel clusters of type 'PSOCK'? The help page for parallel::makeCluster is not specific about which options are supported on which types and I am getting the following message when passing renice = 19 : > cl <- parallel::makeCluster(2, renice = 19) nice: ?+19?: No such file or directory Kind regards,
2017 Dec 04
1
PSOCK cluster and renice
Hi Henrik, Thanks for the detailed in fast reply! My guess would be that the confusion comes from the different use of nice and renice. The workraund you provided work fine! Thanks a lot. Best, Andreas Henrik Bengtsson <henrik.bengtsson at gmail.com> writes: > Looks like a bug to me due to wrong assumptions about 'nice' > arguments, but could be because a