Displaying 20 results from an estimated 1000 matches similar to: "zipping an ogg file"
2006 Feb 11
2
oggdropXPd V1.6.11c
I've tried 3 times to drop a 250kb wav file on oggdrop, and oggdrop crashes each time. Is this too large of a file for oggdrop?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060211/663a007d/attachment.html
2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing.
If I pass fopen a
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2005 Oct 17
6
Error Executing sampledec in VC++
Hi Steve, thanks for the advice. I placed the appropriate functions outside
the while statement but I still get this error at the while loop:
First-chance exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access
violation reading location 0x0000000c.
Unhandled exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access
violation reading location 0x0000000c.
It looks like the same error. I've
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total.
char*
2007 May 19
3
streaming ogg
We are finding that when we stream an ogg file via a .m3u file on our server, playing it with Winamp, pausing the player for an extended period of time results in unpredictable results, such as the file ceasing to play before EOF. Is this a Winamp issue, or is there something someone can tell me about streaming ogg in this manner?
-------------- next part --------------
An HTML attachment was
2007 Apr 29
2
icecast
Being one who deals with one software after another, and now looking at the possibility of using icecast to stream ogg clips on my website, I would like to ask before I go much further in the matter: Is icecast likely to introduce further issues and irregularities among visitors to my site? Will using icecast pull me deeper into programming, or will it be mainly a matter of setup?
Right now I
2019 Jan 29
2
[monorepo] Much improved downstream zipping tool available
He all,
I've updated the downstream fork zipping tool that I posted about last
November [1]. It is much improved in every way. The most important
enhancements are:
- Does a better job of simplifying history
- Handles nested submodules
- Will put non-submodule-update content in a subdirectory of the
monorepo
- Updates tags
In addition there are plenty of the requisite bug fixes. The
2018 Nov 12
2
[monorepo] Downstream branch zipping tool available
Building on the great work that James Knight did on
migrate-downstream-fork.py (Thanks, James!) [1], I've created a simple
tool to take migrated downstream fork branches and zip them into a
single history given a history containing submodule updates of
subprojects [2].
With migrate-downstream-fork.py, one is left with a set of unrelated
histories, one per subproject:
llvm
2005 Apr 07
2
Zipping Rdata Files
Saving Rdata files in a zip archive form can in some cases save a
considerable amount of disk space. R has the zip.file.extract function to
extract files from zip archives, but appears not to have any corresponding
function to save in zipped form. (At least I have not been able to find
anything in the help files or through searching the mail archives.) The
system function can be used to call gzip
2004 Aug 05
7
Does Ogg Vorbis support 5.1 surround?
Hello everyone!
Please bear with me, I am a complete audio-newbie, and I apologise if
I am asking a question that I should know.
As most of you all know, DVD's have 5.1 audio, and I want to preserve
that in my voribs files. So, to ask the question : Does it support
Surround sound?
Thank you very much!
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi,
We needed a vorbis decoder that operated differently from the approach taken
libvorbisfile. So I sat down, looked through the docs, and the sample decoder
that come with libvorbis and wrote our own.
Since I couldn't find any docs for the API for libvorbis itself, I've written
some. It details all the steps you need to go through to write a _basic_
reusable decoder library using
2005 Oct 17
3
Error Executing sampledec in VC++
hey guys, I just compiled an application similar to sampledec.c (for speex
1.1.10) and it was fine but when I executed it, the app exited without doing
anything. I'm using MS VC 6.0 and this was all I got - First-chance
exception in sampledec.exe : 0xC0000005: Access Violation. Has anyone
encountered this / does anyone know how to deal with it? by the way,
sampleenc executed perfectly...
When
2017 Jun 01
35
.ogg extension and Theora
>Paul E Wrote
[snip]
>Windows 2000 (although it's the same for all of them) doesn't read in
>any mime-type to correctly identify a file, it just uses the extension.
[snip]
What if, at least for Windows, someone wrote a simple application which when
associated with .ogg files and an .ogg file was opened simply read enough of
the ogg stream to identify the type of content and then
2004 May 30
2
zipping a new package
Dear R People:
I have finally created a little R package.
Do I need to do anything special to create a zip file for that package, or
just use Winzip, please?
thanks so much
R Windows Version 1.9.0
Thanks,
Laura
mailto: lauraholt_983 at hotmail.com
2011 Feb 23
1
building zipped package with windows
Dear list,
i would like to build an own package using:
R CMD INSTALL --html --build --auto-zip -l folder spectral.methods
it seems to succeed as I get the following messages:
* installing *source* package 'spectral.methods' ...
** R
** data
Warning: empty 'data' directory
** preparing package for lazy loading
** help
*** installing help indices
converting help for package
2007 Aug 17
1
zipping a file after upload, file_column
I''m using file_column and I''m not sure where to put code for zipping
(compressing) a file.
I want to upload an audio file, but compress it as a .zip file before
saving.
That way I can force downloads rather than having audio files load in
visitor browsers.
question is: Where do put code to do the zipping, so that it occurs
before the file is saved?
I want the database entry to
2017 Apr 26
0
rsyslog and zipping up "rotated" files
I have a rsyslog config that suffixes the date to the filename and holds the log files in a non stabdard log directory based on its srver name (long story).
Example -
config includes:
...
$template mailLog,"/var/log/external/%fromhost%/maillog-%$YEAR%%$MONTH%%$DAY%.log"...
# Log all the mail messages in one place.mail.* ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?-?mailLog...
so
2019 Jan 30
2
[monorepo] Much improved downstream zipping tool available
Björn Pettersson A <bjorn.a.pettersson at ericsson.com> writes:
> In llvm (split) we have:
>
> UL4->UL3->UL2->UL1->UL0
> \
> ...->DL2->DL1
>
> In clang (split) we have:
>
> UC4->UC3->UC2->UC1->UC0
> \
> ...->DC2->DC1
>
>
> DL1 is a commit that updates the