All Projects → nicoSWD → carillon

nicoSWD / carillon

Licence: other
Hackintosh startup boot "Chime" sound via LaunchDaemon

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to carillon

XPS9570-OpenCore
XPS 9570 Hackintosh with OpenCore
Stars: ✭ 51 (+37.84%)
Mutual labels:  hackintosh
hackintosh
Lenovo ThinkPad Hackintosh Files
Stars: ✭ 23 (-37.84%)
Mutual labels:  hackintosh
Sound-and-music-reactive-ESP8266-WS2812B
Refined Version of @scottlawsonbc and all schematics + Tutorial 🎵🎵
Stars: ✭ 35 (-5.41%)
Mutual labels:  sound
data sciences campaign
【数据科学家系列课程】
Stars: ✭ 91 (+145.95%)
Mutual labels:  startup
Hackintosh-OptiPlex-7070-SFF
Hackintosh EFI Folder for Dell OptiPlex 7070 SFF
Stars: ✭ 73 (+97.3%)
Mutual labels:  hackintosh
X250-Hackintosh
ThinkPad X250 running Mojave with Clover
Stars: ✭ 61 (+64.86%)
Mutual labels:  hackintosh
JRubyArt
JRubyArt a ruby implementation of processing
Stars: ✭ 87 (+135.14%)
Mutual labels:  sound
HP-15-dc1010nr-hackintosh
HP-15-dc1010nr-hackintosh-OpenCore-EFI | 暗影精灵5
Stars: ✭ 17 (-54.05%)
Mutual labels:  hackintosh
razerbladehackintosh
Razer Blade 15 Base Model Hackintosh Guide
Stars: ✭ 61 (+64.86%)
Mutual labels:  hackintosh
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-54.05%)
Mutual labels:  startup
KickStart
Application initialization helper
Stars: ✭ 42 (+13.51%)
Mutual labels:  startup
Shape-Your-Music
A web application for drawing music.
Stars: ✭ 106 (+186.49%)
Mutual labels:  sound
spc-player
SNES music player in your browser with original hardware and Arduino.
Stars: ✭ 37 (+0%)
Mutual labels:  sound
notification-sounds
Makes a sound when a notification is shown
Stars: ✭ 16 (-56.76%)
Mutual labels:  sound
AttinySound
sound generation on the AVR-Attiny cpus
Stars: ✭ 40 (+8.11%)
Mutual labels:  sound
Patched-AppleHDA-for-Mac-OS-Sierra-10.12
Patched AppleHDA for Realtek ALC ,VIA VT, IDT , Cirrus Logic Audio Codecs for Hackintosh's
Stars: ✭ 38 (+2.7%)
Mutual labels:  hackintosh
nlp-startups
국내 자연어 처리 기술을 연구 및 개발하는 스타트업 목록
Stars: ✭ 157 (+324.32%)
Mutual labels:  startup
Asus-E200HA-Linux-Post-Install-Script
A Linux Post install script for The Asus E200HA, X206HA and other Intel Cherry Trail Devices
Stars: ✭ 71 (+91.89%)
Mutual labels:  sound
Hackintosh-ThinkPad-E14
Files required for prepping a Hackintosh on ThinkPad E14.
Stars: ✭ 27 (-27.03%)
Mutual labels:  hackintosh
Sound-based-bird-species-detection
Sound-based Bird Classification - using AI, acoustics and ornithology to classify birds in the environment, an environmental awareness project (Web Application, Flask, Python)
Stars: ✭ 56 (+51.35%)
Mutual labels:  sound

Hackintosh Chime Boot Sound

preview

Carillon is an open source OS X app, specifically for Hackintosh machines, that plays the classic "Chime" boot sound on startup that real Macs have.

A new launch daemon will be added that triggers the sound, meaning, unlike most similar apps, this one runs much earlier during the boot process, even before the login screen appears. No crappy AppleScript solution that triggers when you're already on the Desktop, no outdated PrefPane

It has currently been tested on OS X 10.8.2 and 10.8.5, but it should work on previous and future versions as well. Please report any issues you may have.

No new icons or settings will be added. Reboot your system to enjoy.

There's a demo video on YouTube.

ALTERNATIVE VERSION

I added a new release, which uses a different approach to play the audio. If you're having troubles with the old one, give it a shot. Download v1.2b here

DOWNLOADS

downloads1

  • Newest
  • Older releases

UNINSTALL

To uninstall Carillon, remove the following files from your system:

  • /usr/local/bin/Carillon
  • /System/Library/LaunchDaemons/com.nicoswd.Carillon.plist

NOTES

  • This should work for everyone using USB audio adapters and/or AppleHDA.kext for the sound. If you're using another kext to get your sound working, please let me know.
  • To edit the Package installer, you need PackageManager, which comes in the Auxiliary Tools bundle, which you can download here: PackageManager (Developer account required)
  • While this should work just fine on a real Mac, I would not suggest installing it on one.
  • I'm aware that "chime" doesn't exactly classify as "carillon", but I liked the name, so deal with it. ;p

CHANGELOG

  • v1.1b
    • Loads AppleHDA.kext before playing the sound
  • v1.0b
    • Initial release

MIT/X11 LICENSE

Copyright (C) 2013 Nicolas Oelgart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].