search for: wave

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

Did you mean: have
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) trace:wave:OSS_WaveOu...
2011 Mar 07
1
No sound with alsa and Nvidia HDMI
...evice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 $ WINEDEBUG=+mixer,+alsa,+sound,+coreaudio,+dsound,+wave winecfg gives when I go to Audio tab: trace:wave:PULSE_WaveInit App name is "WINE [winecfg.exe]" trace:wave:PULSE_WaveInit libpulse protocol version: 16. API Version 12 err:wave:PULSE_ContextStateCallback Context failed: Connection refused warn:wave:PULSE_WaveInit Failed to connect to se...
2004 Feb 03
1
starcraft problem
...o debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x44540000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x446a0000) Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x444c5aab). In 32-bit mode. 0x444c5aab (WINMM.DLL.waveOutUnprepareHeader+0x2b in WINMM.DLL): testb $0x2,0x10(%esi) Wine-dbg> Any suggestions how to solve this? Greets, cedric Some versions: wine-20031118 linux-2.6.1 gcc 3.3.2 Glibc-2.3.2 P.S. I wanted to do all installing as a normal user , so i installed wine the hard way: ./configure --pref...
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
...Need to update SYSMETRICS after resizing display (now 640x480) fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:xrandr:X11DRV_XRandR_SetCurrentMode Need to update SYSMETRICS after resizing display (now 640x480) fixme:x11drv:X11DRV_DDHAL_CreatePalette stub err:wave:wodOpen unable to set required format: Invalid argument fixme:xrandr:X11DRV_XRandR_SetCurrentMode Need to update SYSMETRICS after resizing display (now 1280x1024) Slow, no sound, mouse perfect, keys perfect Rerun with sound trace: wine --debugmsg +wave wine-c-drive/Program\ Files/Starcraft\ Shar...
2008 Aug 06
0
Old Macromedia app shows black regions of anim
...1, 00004022, 0x33f9fc) : stub fixme:mciavi:MCIAVI_mciSetAudio (0001, 00004002, 0x33f9fc) : stub fixme:mciavi:MCIAVI_mciSetVideo (0001, 00004022, 0x33fa14) : stub fixme:mciavi:MCIAVI_mciSetVideo (0001, 00004002, 0x33fa14) : stub err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM e...
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 <- data.frame(id=1:10,var.A=sample(letters[5:8],10,TRUE)) Now; I would like to merge the three dataframes into one, but append a suffix to the individu...
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 oppos...
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 unambigu...
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. E...
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...
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 sou...
2009 Jun 02
1
First ever Open Source Asterisk / Wave bounty
...;ve just received an email from a colleague who told me to put my money where my mouth is .... So here it is - I'm offering $500 and looking for other people to add to this bounty. We can get a group of people putting matching funds up to finalize the scope of the first Open Source Asterisk / 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 wave...
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 wa...
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 wa...
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
...sc space. I just ran the installer of Stalker and I installed. Yet now I am trying to run it, bu it exits with an error: Code: err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme:heap:RtlCompactHeap (0xb50000, 0x0) stub fixme:wave:wodDsCreate DirectSound not implemented fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead. fixme:wave:wodDsCreate DirectSound not implemented fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead. fixme:wave:wodDsCreate DirectSound not implemented...
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? > > > > Sorry, I dont know how to do t...
2017 Nov 12
0
create waveform sawtooth
...t; instead: sawtooth(110,duration=1/100,samp.rate=sample_rate,xunit="time") I looked at the code but found it to be opaque. -- Sent from my phone. Please excuse my brevity. On November 12, 2017 6:15:45 AM PST, Michael Tiemann <mdtiemann at gmail.com> wrote: >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 sawt...