Displaying 20 results from an estimated 7000 matches similar to: "decoding to wav problems"
2001 Mar 16
3
Patches for NetBSD
I submitted four new packages for the NetBSD pkgsrc collection: libao,
libogg, libvorbis and vorbis-tools for 1.0beta4.
The following is some of the patches needed for libao and vorbis-tools.
Official Developers: When you receive patches or development suggestions
can you please acknowledge them? (For example: "Noted.", "Thanks, but
already done.", "Not necessary,
2001 Feb 27
2
building under NetBSD and using /dev/audio
I am using NetBSD 1.5.1_ALPHA (i386). I have libao-0.6.0,
libvorbis-1.0beta4, libogg-1.0beta4 and vorbis-tools-1.0beta4.
My sound works. I am able to use a .ogg file by using ogg123 to create a
.wav file and playing it with splay. (splay uses /dev/audio.)
How can I modify ogg123 (or liba0) so I can use /dev/audio as the default
sound device?
Or maybe it would be better to add a new device (for
2001 Mar 09
2
converting WAV to ogg
I am trying to convert some a few WAV files to ogg format (using
vorbis-tools-1.0beta4 oggenc).
I tried:
$ oggenc -o nash.ogg nash.wav
ERROR: Wav file is unsupported subformat (must be 16 bit PCM
or floating point PCM
ERROR: Input file "nash.wav" is not a supported format
And:
splay -d - nash.wav | oggenc -r -o nash.ogg -
The resulting file when played with ogg123 played so
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi,
I have downloaded the following files
libao-0.6.0.tar.gz
libogg-1.0beta4.tar.gz
libvorbis-1.0beta4.tar.gz
vorbis-tools-1.0beta4.tar.gz
as said from the download section. But I'm at a loss to what do after
that. I don't have much experience/knowledge in compiling etc, but I
still want to try out ogg. (I downloaded the source coz I have an OpenBSD
machine, and there was no
2001 Feb 27
1
libdl and building under NetBSD
I am trying to configure vorbis-tools-1.0beta. (I already built libvorbis,
libao, and libogg.) This is under NetBSD 1.5.1_ALPHA i386. My plan is to
create NetBSD packages for Ogg Vorbis.
My config.log has:
configure:1897: gcc -o conftest -I/usr/local/include
-I/usr/local/include
-L/usr/local/lib/ -L/usr/pkg/emul/linux/ conftest.c -L/usr/local/lib -lao
-ldl 1>&5
/usr/bin/ld: cannot
2003 May 20
1
building under NetBSD
I am successfully able to build today's theora_cvs_snapshot under
NetBSD/i386 1.6 with SDL disabled. (I haven't tested yet.)
I was unable to build with SDL:
player_example.c:52: sys/soundcard.h: No such file or directory
I see the source says it is OSS-specific for now.
This is what I did to make it build:
--- work.rainier/theora/examples/player_example.c.orig Mon May 19 12:31:37
2001 Mar 13
1
Compiling vorbis-tools on NetBSD-1.5/i386
[This mail is a bit long: sorry.]
Hi,
I have been trying to compile vorbis-tools-1.0beta4 on NetBSD-1.5/i386,
and I get the following:
---------------------
Upon typing
./configure --prefix=/usr/pkg/ --with-ogg-prefix=/usr/pkg/
--with-vorbis-prefix=/usr/pkg/ --with-ao-prefix=/usr/pkg/
checking for Ogg... yes
checking for Vorbis... yes
checking for ao... no
*** Could not run
2001 Jan 21
1
memory leak of libvorbis
Memory leak is brought about with the following function pair.
Specifically 'noiseoffset' is not freed.
_vp_psy_init()
_vp_psy_clear()
A problem confirmed with the following CVS snapshot.
vorbis_nightly_cvs.tgz (2001/01/21 20:37)
When you could try to confirm it is grateful.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2001 Feb 28
1
patches to beta 4 spec files
Hi,
Attached are patches for the beta 4 distribution, fixing minor
problems in RPM spec files.
One question: are there any reasons not to include vorbiscomment
in the vorbis-tools binary package? I've added the long-awaited
utility program into the revised spec file, but I wonder if it
is a wrong change...
Regards,
--
KAJIYAMA, Tamito <kajiyama@grad.sccs.chukyo-u.ac.jp>
diff -ru
2001 Jul 16
3
file magic for Ogg, Vorbis?
I am trying to figure out file(1) magic(1) for Ogg and Vorbis.
(I am using file from NetBSD 1.5.1.)
Currently I have:
0 string OggS Ogg data
>29 string vorbis \b, Vorbis audio
Some results:
$ file ~/audio/kaas.*
/home/reed/audio/kaas.mp3: MP3, 128 kBits, 44.1 kHz, Stereo
/home/reed/audio/kaas.ogg: Ogg data, Vorbis audio
/home/reed/audio/kaas.wav: RIFF (little-endian) data, WAVE audio,
2002 Jul 23
2
--delete doesn't work when transferring many files
This is a curious thing. I'm syncing two directories, containing some
250 subdirectories totalling around 11,000 files. This:
rsync --password-file=/usr/local/etc/rsync/.passwd --delete -rtv
--exclude-from=/usr/local/etc/rsync/excludes /usr/local/sourcedir
username@destserver.com::modulename
...works fine if both directories are already nearly in sync. Deleting a
few files from the source
2008 Jul 23
3
openbsd macppc
i run my server (web, email, calendar, etc.) off a mac mini ppc.
it's a beautiful thing for our modest needs (quiet, low power,
stable), but i'm looking at switching it to a vanilla bsd. has
anyone tried dovecot on an openbsd (or similar) install for macppc?
-SM-
2002 Apr 03
2
format of http stream?
I am streaming ogg via inetd. Basically, I am outputing like:
oggenc -Q -b 1 -o - /some/wave/file.wav
This works fine with ogg123 (other than that I want the bit rate to be
lower than 55-100 range that it is doing).
I am using:
Ogg123 from vorbis-tools 1.0rc2
OggEnc v0.8 (libvorbis rc2)
But, FreeAmp for Windows slowly buffered up to 100% then said "Skipped
Corrupted File".
And
2001 Mar 20
3
live streaming (from microphone to HTTP)
Can anyone share some ideas or point me to some documentation on how I can
easily begin streaming live audio?
My input would be /dev/audio (my microphone or soundcard
input).
Is there some type of small HTTP server that can use this /dev/audio piped
through oggenc (or the ogg vorbis library built into the httpd)?
Or do I use a FIFO and any regular httpd?
(I am running NetBSD.)
Thanks,
2000 Apr 07
1
session setup failed: ERRSRV - 2242
When using smbclient to show the shares of my NT server, I received this
error after entering in the password:
session setup failed: ERRSRV - 2242
Please note that when I enter several completely bogus passwords I always
receive this error:
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
I was using this (with a.b.70.3 representing the real IP that I used):
smbclient -d 4 -L
2001 Mar 10
0
patch to add device-option to ogg123 rc file
Below is a patch for vorbis-tools-1.0beta4 ogg123.
It adds support for using the rc file (like /etc/ogg123.rc) for
configuring the device-options. In addition, comments can be used (when
they start a line).
My ~/.ogg123rc:
default_device=oss
default_options=dsp:/dev/audio
Please share your comments.
Jeremy C. Reed
http://www.reedmedia.net/
diff -u
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
2001 Mar 17
2
ao: Sun audio plug-in
Here's the promised Sun audio system plug-in.
I have tested this on OpenBSD. It should work without changes on
NetBSD, too. Jeremy, could you please verify this?
After a few minor tweaks it now also compiles on Solaris 2.7.
Alas, I can't verify whether it actually plays anything there.
I guess this could also with little effort be made to work on
SunOS4.
Attached:
- Diff to
2001 Aug 08
3
AC-3 Decoding
Jared (jared@celab21.students.csee.uq.edu.au) wrote :
> Saw an article today on /. which reports that Dolby are insisting the
> NETBSD dudes remove the ac3dec package from their site. Someone suggested
> that we need an open source solution.
ac3dec is already open ( GPL ).
> Could Vorbis in the Ogg framework be this solution, can we create a pretty
> simple 5.1 stream?
I
2004 Aug 23
1
Problem with emails larger than 10k
I cannot download emails that are larger than 10k. I can download them fine
with test32. I am running test35 on OpenBSD/macppc -current. I am
downloading the files with Sylpheed-Claws 0.9.9claws on OpenBSD/macppc
-current (different machines), over pop3-ssl on IPv6. Problem still occurs
with IPv4.
On the large files, the download hangs at 4.0k. Multiple small emails work
fine.
--
A day