similar to: Starting at square one with Vorbis...

Displaying 20 results from an estimated 290 matches similar to: "Starting at square one with Vorbis..."

2005 Jun 03
1
streaming mp3 files
I have upgraded my streaming server to darkice-0.15 and icecast-2.2.0. I am able to stream our radio station from the web site but can not stream any of the mp3 files we are link too from our web site. Here's what I have in icecast.xml - webroot, were all of our mp3 files are located <webroot>/opt/websites/kuer/audio</webroot> website - index.html file, this works with
2010 Jun 11
0
Can't run amcap.exe with webcam
OS: Ubuntu 10.04 with Gnome wine version: 1.1.42 amcap.exe version: 9.00 wecam: Logictech QuickCam E3500 The webcam works very well with ubuntu (I just got cheese to test the webcam). But I try to copy a amcap.exe and run 'wine amcap.exe' or 'sudo wine amcap.exe'. The amcap will crash when the amcap gui appears. Following the Documents, I turn on the debug mode.What should I do
2010 May 06
1
Encoding a wave file with a bad header
If I use Speex, JSpeex actually, to compress an otherwise valid wave file with zero lengths in the header would it impact the compression at all? Here's what I'm doing during compression in Java: AudioFormat wavFormat = ais.getFormat(); AudioFormat speexFormat = new AudioFormat(SpeexEncoding.SPEEX_Q5, wavFormat.getSampleRate(),
2010 Nov 19
2
EPSON Perfection 2480 PHOTO
I install epson11373.exe for EPSON Perfection 2480 PHOTO (http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&oid=41623&prodoid=46048265&infoType=Downloads&platform=Windows) with wine1.3 but I can't use it Code: $ env WINEPREFIX="/home/isaric/.wine" wine C:\\windows\\command\\start.exe /Unix
2015 Aug 25
1
[Bug 91756] New: glean test vertProg1 segfaulting X server in exaHWCopyNtoN
https://bugs.freedesktop.org/show_bug.cgi?id=91756 Bug ID: 91756 Summary: glean test vertProg1 segfaulting X server in exaHWCopyNtoN Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW Severity: normal Priority: medium Component:
2005 Jun 03
0
FW: streaming mp3 files
I think your last approach should work (the m3u file), except you specified port 8002 instead of 8000... which would cause the behavior you're getting, winamp opens but does not play the song. Fred -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Wolfgang Schwurack Sent: Friday, June 03, 2005 10:18 AM To: icecast Subject: [Icecast]
2015 Mar 06
3
LVM encryption and new volume group
Hi Chris, thanks for your answer. It is the first time I decided to encrypt my lvm. I choosed to encrypt the volume group, not every logical volume itself, because in case of doing lvm snapshots in that group they will be encrypted too? And how do I create a new encrypted volume group? Regards Tim Am 6. M?rz 2015 01:58:23 MEZ, schrieb Chris Murphy <lists at colorremedies.com>: >On
2008 Jan 07
0
JSpeex - Unsupported conversion
I'm having difficulty encoding audio using the JSpeex Speex Encoder. My program throws an "Unsupported conversion" exception and I can't figure out why. I've read the related posts and I think I'm doing everything that was recommended. I'm working on Linux, by the way. Any help would be greatly appreciated. Richard Here is my program output: $ java -classpath
2008 Jan 08
0
JSpeex - Unsupported conversion
This is best answered by the jspeex folks, as it is the interfacing code that you are having problems with. That being said, it looks like, just as it says, you have asked for a conversion it cannot do -- you want it to convert PCM data to speex data at 44.1kHz sample rate -- speex only supports 8kHz in standard operation. It can also support 16kHz (wb) and 32kHz (uwb), but nothing outside of
2008 Dec 17
0
help with jspeex
hello i use the java lib jspeex from http://jspeex.sourceforge.net/ now i use this java code to encode to speex audioInputStream = AudioSystem.getAudioInputStream(srcFile); AudioFormat srcFormat = audioInputStream.getFormat(); AudioFormat targetFormat = new AudioFormat(SpeexEncoding.SPEEX_VBR8 , srcFormat.getSampleRate(), -1, //
2010 Mar 20
0
Decode file written from JSpeex using C/C++ API?
I'm new to Speex and I'm trying to compress audio using JSpeex in a servlet then play it back on the iPhone. I've managed to get Speex to compile on the iPhone by copying the speex and libspeex folders into XCode. I've read the sample code and the PDF documentation and I have a rough idea how to decode a raw stream. (I'm assuming the sampledec source works with raw speex audio
2015 Mar 08
1
LVM encryption and new volume group
I'm sorry, but grep -i crypt /var/log/anaconda/anaconda.program.log returns nothing. But I have got an entry in /etc/crypttab. I only found this with grep -i luks /var/log/anaconda/anaconda.*: /var/log/anaconda/anaconda.storage.log:20:47:55,959 DEBUG blivet: LUKS.__init__: /var/log/anaconda/anaconda.storage.log:20:49:25,009 DEBUG storage.ui: LUKS.__init__:
2009 Dec 29
6
Runaway problem
Hello, I installed correctly this game in wine but i can't to play because i have an error message when i launch the game. The error message told me that the game doesn't found this file : DATAVA02.001 But, this file is in the installation folder (.wine/drive_c/Program Files/PENDULO Studios/RUNAWAY - A road adventure/Datav/]DATAVA02.001) This is the error message in the console : Code:
2006 Jan 17
1
How to loop a Vobis sound ?
The sound file is played correctly for the first time, then when rewind to the initial position. then copy PCM to buffer, the OpenAL report an error. It seems like the OpenAL doesn't recognize the PCM data. The OpenAL error number : AL_INVALID_VALUE 0xA003 void Buffer::PCMData (ALuint id, ALenum eFormat, ALvoid *data, ALsizei size, ALsizei freq) { // Copy
2011 Apr 29
0
Least square with Bounds
Hi, Anybody knows how I can go about solving a linear least square problem with bounds? In Matlab I can use lsqlin but I haven't been able to get anything in R. Appreciate your help! -- View this message in context: http://r.789695.n4.nabble.com/Least-square-with-Bounds-tp3484741p3484741.html Sent from the R help mailing list archive at Nabble.com.
2010 Dec 13
1
How to compare two square matrices
Hi, I have two matrices containing some probabilities score obtained from two different prediction programs. Now, I want to compare these two matrices to measure the difference. Could you please suggest some method to do this in R. Thanks Sabari [[alternative HTML version deleted]]
2011 Jun 28
0
Weighted Least Square Model for a Binary Outcome
Dear R Users, I would like to use R to fit a Weighted Least Square model for a binary outcome, say Y. The model is the one widely used for a binary dependent variable when the logistic model has not been proposed. Does anyone know how to specify the weight as the square root of 1/(E(Y)(1-E(Y)) in lm() or any other regression functions? I know that varPower() in the package of gls() can provide
2012 Jan 18
1
Non-linear Least Square Optimization -- Function of two variables.
Dear All, In the past I have often used minpack (http://bit.ly/zXVls3) relying on the Levenberg-Marquardt algorithm to perform non-linear fittings. However, I have always dealt with a function of a single variable. Is there any difference if the function depends on two variables? To fix the ideas, please consider the function f(R,N)=(a/(log(2*N))+b)*R+c*N^d, where a,b,c,d are fit parameters. For
2011 Jan 12
0
Bootstrapping to Correct Standard Errors in Two-Stage Least Square Estimation
Dear friends I want to estimate an equation using two-stage least square but suspect that the model suffers from autocorrelation. Can someone please advise how to implement bootstrapping method in order to calculate the correct standard errors in R? Thank you. Kind regards Thanaset -- View this message in context:
2007 Jan 03
1
Square thumbnails are blurred
Hey I''m using mini_magick to create some square thumbnail using the following code... image.resize ''x200'' image.resize ''200x<'' image.resize ''50%'' image.gravity ''center'' image.crop ''100x100+0+0''