search for: waves

Displaying 20 results from an estimated 1659 matches for "waves".

Did you mean: saves
2006 Jun 26
1
winecfg sound crash / debian sid
I use debian/sid with the Dapper wine package. winecfg crash when i click on Audio with WINEDEBUG=wave,dscapure,mixer winecfg i get: trace:wave:OSS_DriverProc (00000000, 0x7fd30270, 00000001, 00000000, 00000000) trace:wave:OSS_drvLoad () trace:wave:OSS_WaveInit () trace:wave:OSS_WaveOutInit (0x7dc0e140) /dev/dsp trace:wave:OSS_OpenDevice (0x7dc0e140,1,(nil),0,-1,-1,ffffffff)
2011 Mar 07
1
No sound with alsa and Nvidia HDMI
Hi, I cannot get wine to recognize my audio device (Nvidia GT210 w/HDMI). No other sound card is enabled. The right device for sound is hw:0,3. Alsa's speakertest works fine. Pulseaudio is completely removed from my system. Also Wine's pulse package is removed even though the trace still has some references to pulseaudio. Winecfg displays only MIDI devices under ALSA. Direct Sound options
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see below). Notepad is running fine, so i decided to run something more fun, starcraft. The installation program works, even with sound and all, exept when i decide to run the previews. The previews run rine, but whithout sound. When i return to the installation program the sound is gone. But anyway, it does it's yob,
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
Hi all, I have compiled a new version of wine, and have done a number of tests with them. The test setup and results are below. I've also added the instrucions i used to compile wine At the end of this mail i have a list of all packages i've compiled. As i run lfs-5.0 this might be usefull. Regards, cedric Test 1 : default config, oss bash-2.05b$ wine SCDemo.exe Could not stat
2008 Aug 06
0
Old Macromedia app shows black regions of anim
Hi, I've got my hands on a collection of old (the software on them is copyrighted in 1998-2000) cd's with a suite of games for kids called Aprendilandia. Unfortunately it doesn't quite work (I'll try to find a Win-comp around to see if it works under real windows, but in the meantime I'm asking for help here. The problem is that animation doesn't work (an image can move
2011 Apr 24
1
merge with origin information in new variable names
Dear R-list, Here is my simple question, I have n data frames that I would like to merge, but I can't figure out how to add information about the origin of the variable(s). Here is my problem, DF.wave.1 <- data.frame(id=1:10,var.A=sample(letters[1:4],10,TRUE)) DF.wave.2 <- data.frame(id=1:10,var.M=sample(letters[5:8],10,TRUE)) DF.wave.3 <-
2012 Mar 07
3
pulling out 1 country and 1 wave
Hello. I am trying to pull out one country from a time series of 5 waves. For example I need Norway from the 5th wave. This is new to me. Typically, I work with country specific surveys. data = norway I have attached a .tiff of the codebook showing the variable names for Norway and the wave. They appear to be Norway = v218 and wave = v15. But perhaps I am wrong...
2017 Nov 12
2
create waveform sawtooth
My tuneR sawtooth wave function generator is broken. When I use the sine function, I get exactly what I expect: a sine wave whose frequency is defined by the freq parameter. In particular, higher frequencies have shorter wavelengths (more cycles per second means shorter waves). When I create a sawtooth wave, the opposite seems to occur: higher frequencies result in longer waves. But that?s not all: as frequencies increase, it appears that wavelengths increase to infinite length, then get shorter again as the wave reverses, then it gets longer and flips again. Here?s...
2017 May 26
2
warning that legacy WAVE file has format type 1 but bits-per-sample is 24
Hello, I've tried encoding a FLAC file from a WAVE file saved with 24-bits-per-sample, using the flac executable. I get this warning: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 The code is currently here on line 373: src/flac/encode.c where the comment says let these slide with a warning since they're unambiguous I do not really understand the warning
2008 Sep 28
1
reshape package does not recognize second id variable
I am trying to use the reshape package for the first time. I have two waves of a survey, so the id variables include a subject identification number and a variable denoting the wave of the survey. I used the following arguments: library(reshape) svy.melt <- melt(svy, id=c("id", "WAVE")) svy.wide <- cast(svy.melt, id ~ WAVE + ...) and got the...
2017 May 26
3
warning that legacy WAVE file has format type 1 but bits-per-sample is 24
Thank you for writing and pointing out that one can have WAVE files without getting the warning, and that your library does it. I found out Goldwave (Windows software) writes 24-bit WAVE files that do not get the warning. (Good for them!) However, the flac executable from the flac reference software apparently produces WAVE files that do get the warning. Example annotated log: Encode a 24-bit
2007 Aug 15
2
pcspkr wave encoding
Hi, there is an interesting case when the FLAC encoder (using 1.2.0) is given simple waves. Simple waves means: I have a list of {frequency, duration, pause} tuples that define the monophonic tune. In other words, exactly one frequency is played at a time. This is the original dataset from 1989 (driving a PC speaker back then): $ ls -l ihold.sd -rw-r--r-- 1 jengelh users 20616 Aug 14 0...
2007 Nov 23
2
Controlling the vorbis encoder precisely
Hello, currently I'm working on a vorbis based encoder that adds multiple single wave sounds into one vorbis stream (and put every sound in one or more ogg pages). During the process an index is written in an extra file so later you can locate a sound's position easily by a file position and length value. The problem is the sample-exact separation between those encoded wave sounds: If I
2009 Jun 02
1
First ever Open Source Asterisk / Wave bounty
...Wave conference call integration robot bounty but if you have any other suggestions feel free to add to the list below or to pass around / retweet this link http://bit.ly/t9c5C Functionality of the Open Source Asterisk / Wave conference call robot bounty Asterisk Conference server spawn waves event to all participants with the details of the call length, With details of who was on the call, What time they dialed in/out, their numbers, any notes that were taken by all parties during the call urls for the call voice recording access at a later date Anything else you want...
2007 Feb 12
3
Vorbis Comments in a WAVE file?
I recently found myself in a situation where WAVE files from one PC were to be stored compressed on a second PC. As the second PC has a much faster CPU it made sense to transfer the WAVE file over the network and encode it on the destination PC. This also needs a mechanism to transfer the metadata (comments). The solution that sprung to mind was to add vorbis comments to the WAVE file. WAVE is
2007 Feb 12
3
Vorbis Comments in a WAVE file?
I recently found myself in a situation where WAVE files from one PC were to be stored compressed on a second PC. As the second PC has a much faster CPU it made sense to transfer the WAVE file over the network and encode it on the destination PC. This also needs a mechanism to transfer the metadata (comments). The solution that sprung to mind was to add vorbis comments to the WAVE file. WAVE is
2010 Apr 29
3
Winecfg crashes with audio tab.
Hi there just installed latest build of wine through macports. I'm running MacOS 10.5, with intel core 2 duo 2.4GHz. When I click the audio tab in winecfg it gives me the message: There is no audio driver currently specified in the registry. A recommended driver has been selected for you. You can use this driver or select another driver if available. You must click Apply for the selection
2008 Aug 21
1
[Darwine] Can't run STALKER
Well, It's my first time running a wine client, yet I can't run the desired app I want. I am trying to run Stalker using Darwine 1.1.0 wih Xquartz and all the other stuf installed, om my macbook pro (OSX 10.5.4, Xcode) with the specs: 2,4 ghz intel dualcore, 256mb nvidia 8600m gt, 4gb ram and plenty of disc space. I just ran the installer of Stalker and I installed. Yet now I am trying to
2004 Sep 10
2
problem with file.wav > 700MB
On Mittwoch 09 Mai 2001 02:53, you wrote: > > > first I should say that it MIGHT not be because the file is > > > large. the wave reader in flac is pretty rudimentary and if there > > > is any sub chunk between the wave header and data sub chunk flac > > > will give you that error. could you inspect the wav file to see > > > if that's the case?
2017 Nov 12
0
create waveform sawtooth
...e: >My tuneR sawtooth wave function generator is broken. > >When I use the sine function, I get exactly what I expect: a sine wave >whose frequency is defined by the freq parameter. In particular, >higher frequencies have shorter wavelengths (more cycles per second >means shorter waves). When I create a sawtooth wave, the opposite >seems to occur: higher frequencies result in longer waves. But that?s >not all: as frequencies increase, it appears that wavelengths increase >to infinite length, then get shorter again as the wave reverses, then >it gets longer and flips...