Set true to set the device to hog mode. The default value is false.
dsp.coreaudio.sync_sample_rate
- Synchonize the device sample rate with the player, so no interpolation
+ Synchronize the device sample rate with the player, so no interpolation
will be applied to the stream.
dsp.jack.server_name
@h1 AUTHORS
cmus was mainly written by Timo Hirvonen <tihirvon\@gmail.com>. Other
-contributers are listed in the `AUTHORS` file.
+contributors are listed in the `AUTHORS` file.
This man page was written by Frank Terbeck <ft\@bewatermyfriend.org>,
Timo Hirvonen <tihirvon\@gmail.com>, and Clay Barnes <clay.barnes\@gmail.com>.
break;
}
if (jack_connect(client, jack_port_name(output_ports[i]), ports[i])) {
- d_print("connot connect port %s\n", ports[i]);
+ d_print("cannot connect port %s\n", ports[i]);
jack_free(ports);
return -OP_ERROR_INTERNAL;
}