Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanse00/swiftsound
An OS X sound player with volume control
https://github.com/hanse00/swiftsound
Last synced: 22 days ago
JSON representation
An OS X sound player with volume control
- Host: GitHub
- URL: https://github.com/hanse00/swiftsound
- Owner: Hanse00
- License: mit
- Created: 2015-10-30T08:53:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T09:05:44.000Z (about 9 years ago)
- Last Synced: 2024-10-26T08:39:29.365Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftSound
SwiftSound is a project focused on exploring Xcode, the Swift programming language, and OS X application development.
The app is made based on the [Apple Developers][] tutorial on creating your [first mac app][]. However a few additional features have been added, and the app has been programmed in [swift][] rather than [objective-c][].
[apple developers]: https://developer.apple.com "Apple Developers"
[first mac app]: https://developer.apple.com/library/mac/referencelibrary/GettingStarted/RoadMapOSX/books/RM_YourFirstApp_Mac/Articles/Introduction.html "Your First Mac App - Apple Developers"
[swift]: https://developer.apple.com/swift/ "The swift programming language"
[objective-c]: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html "The Objective-C programming language"The functionality of the app is very simple, it plays a sound loop, which can be adjusted in volume by a slider, a text field, or a mute button.
See this [youtube video][] for a demonstration, and the image below for the UI.[youtube video]: https://youtu.be/Zs5OLbRf8wQ "SwiftSound Demo"
![Program Screenshot](image.png)
## License
All the code in project is licensed under the MIT License.
In brief this means you can do anything you want with the software. Have fun!
See the [full MIT license][] for the details.
The audio file "[beatbox.mp3][]", and image "[image.png][]" are licensed under the [creative commons attribution 4.0][] license.
[beatbox.mp3]: SwiftSound/SwiftSound/beatbox.mp3
[image.png]: image.png
[full MIT license]: LICENSE "Full License"
[creative commons attribution 4.0]: http://creativecommons.org/licenses/by/4.0/ "Creative Commons Attribution 4.0"