Displaying 20 results from an estimated 4000 matches similar to: "Joining .WAV files with ogg-vorbis"
2004 Aug 06
5
Need a command-line splicer of audio files for Linux
I am looking for a command-line driven audio splicer for .wav files.
Any ideas?
todd@toolz.com
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent
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 Aug 14
1
Renice ogg123
I'm thinking of writing some sort of SUID wrapper for ogg123 that will
always run it at maximum priority for use with mpg123.el on my Linux
system.
I just wanted to check first that I am not duplicating efforts
here. Has anyone already written a tool like this?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
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 Aug 06
1
Need a command-line splicer of audio files for Linux
sox works great. to splice out a 10-minute segment starting 12m34s into a .wav file:
sox infile.wav outfile.wav trim 12:34 10:00
to splice two segments together, well:
cat seg1.wav seg2.wav > joined.wav
<p>samurai.fm wrote:
> SOX might work?
>
> -----Original Message-----
> From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of
> Mailing List Receiver
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
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 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
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 Aug 25
6
Syncronize Monitored Calls
I thought I would post this in case it might be of any use to anyone.
Not anything special but it does work. Keep in mind you need sox and
wmix.
Here is some relevant exerpts of my extensions.conf using John Todds
macro.
[globals]
CALLFILENAME=foo
FOO=foo
CALLERIDNUM=foo
[default]
exten => 287,1,Macro(dial,SIP/agent20002|20)
exten => 287,2,Voicemail(u287)
exten =>
2006 May 31
5
Converting .wav to .WAV
Hi,
how can I convert .wav files to .WAV:
# file greet.*
greet.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit,
mono 8000 Hz
greet.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000 Hz
using 'sox'?
Thanks
--
Domenico Viggiani
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
2004 Jan 20
1
help - recording both sides of a conversati on
This is what I'm doing it gets you both sides of the phone call...small
size...and playable on windows through a share. My notes:
On redhat 9 I have to run the following command for asterisk to start
LD_ASSUME_KERNEL=2.4.1 asterisk -vvvvgc
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${TIMESTAMP}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
;exten =>
2005 Feb 22
4
mp3 to gsm?
i have got a music file with extension mp3 and it is not workign with background()
is there any way to convert the mp3 to gsm or any other codec?
Kindest
Muhammad Muzzamil Luqman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/2ba5a4f0/attachment.htm
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
2009 Jun 26
2
Normalize Voicemail Volume?
We generally get our voicemails emailed to us from asterisk, but some
people's messages are extraordinarily loud or quiet. I don't suppose
there is any feature to even out the volume level is there?