Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressed opened issue # 1 #52

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

salmaanahmed
Copy link

  • Add current time property which replicates AVAudioPlayer property
  • Added test case for current time property

#1

- Add `current time` property which replicates `AVAudioPlayer` property
- Added test case for current time property
Sources/Sound.swift Outdated Show resolved Hide resolved
Sources/Sound.swift Outdated Show resolved Hide resolved
@@ -331,6 +351,9 @@ public protocol Player: class {
/// Duration of the sound.
var duration: TimeInterval { get }

/// Current time.
var currentTime: TimeInterval { get set }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setter is not implemented for this property

salmaanahmed and others added 2 commits May 25, 2020 17:46
Add support for macOS and tvOS minimum versions

Co-authored-by: Adam Cichy <adam@moonlightapps.com>
Add support for macOS and tvOS minimum versions

Co-authored-by: Adam Cichy <adam@moonlightapps.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants