Changes between Initial Version and Version 1 of Ticket #42062, comment 9
- Timestamp:
- Feb 24, 2014, 3:36:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42062, comment 9
initial v1 1 1 As one example of completely unacceptable behavior:[[br]] 2 2 To use CoreAudio on a machine with HDMI audio output you must disable it prior to connecting the HDMI cable, enable it once the cable is connected, and disable it after.[[br]] 3 Failing to do these steps in order causes mpd to crash so ungracefully that you have to [[[ kill -9 ]]] its process after unloading it via [[[ port unload ]]] then reload it via [[[ port load ]]].[[br]][[br]]3 Failing to do these steps in order causes mpd to crash so ungracefully that you have to {{{ kill -9 }}} its process after unloading it via {{{ port unload }}} then reload it via {{{ port load }}}.[[br]][[br]] 4 4 I do not feel it is appropriate to include a buggy, unmaintained audio backend when I have found an acceptable alternative that should work across all supported platforms.