https://github.com/ihacksubhodip/gotalk
Go Talk.
https://github.com/ihacksubhodip/gotalk
address-book avfoundation contacts ios swift-3
Last synced: about 1 year ago
JSON representation
Go Talk.
- Host: GitHub
- URL: https://github.com/ihacksubhodip/gotalk
- Owner: iHackSubhodip
- Created: 2017-02-24T07:03:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:09:32.000Z (about 8 years ago)
- Last Synced: 2025-01-31T10:34:28.902Z (over 1 year ago)
- Topics: address-book, avfoundation, contacts, ios, swift-3
- Language: Swift
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoTalk
Step 1: Contact Manager
Retrieve the Phone Number,Names and Pictures from the phone book. Show them as list on the screen.
Provide a search filter on top for searching with names.
Step 2: Audio Manager
Re-Use the source code from the Contact Manager
Provide 2 buttons in each contact row.
1. Record
2. Play
When you click on Record button it should start recording and its label should change to show recording. Tapping again on the button should stop the recording and save it.
When you click on Play button it should play the last recorded audio for that particular contact. Clicking on the play button while it is still playing should stop the audio.