|
From: Jan S. <ha...@st...> - 2013-11-06 19:14:17
|
On Nov 06 19:48:49, ha...@st... wrote: > With 14.4.1 compiled from source: > > $ play -n synth 5 sin 440 gain -6 > works but says > > 2013-11-06 19:37:37.366 play[29363] CFLog (0): CFMessagePort: bootstrap_register(): failed 1100 (0x44c), port = 0x2e0b, name = 'com.apple.audio.CoreAudio.pid-29363.1230707510.813.Telemetry.IOCycle' > See /usr/include/servers/bootstrap_defs.h for the error codes. > 2013-11-06 19:37:37.369 play[29363] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (com.apple.audio.CoreAudio.pid-29363.1230707510.813.Telemetry.IOCycle) 2013-11-06 19:37:37.379 play[29363] CFLog (0): CFMessagePort: bootstrap_register(): failed 1100 (0x44c), port = 0x2e0f, name = 'com.apple.audio.CoreAudio.pid-29363.295191386.2254.Telemetry.IOCycle' > See /usr/include/servers/bootstrap_defs.h for the error codes. > 2013-11-06 19:37:37.501 play[29363] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (com.apple.audio.CoreAudio.pid-29363.295191386.2254.Telemetry.IOCycle) > > The same happens with just 'play -n'. > > The following work as before > > $ sox -n sin.wav synth 5 sin 440 gain -6 > $ play sin.wav > $ sox sin.wav sin.ogg > $ play sin.ogg > $ sox sin.ogg back.wav > $ play back.wav > > except that every play(1) gives the message above. > > This time, it does not complain about the rate and channels. > (I believe this is what Chris fixed on the way to 14.4.[01]). And the current git behaves the same. Jan |