Skip to content

Audio features#253

Open
susmit wants to merge 4 commits into
kivy:masterfrom
susmit:audio_features
Open

Audio features#253
susmit wants to merge 4 commits into
kivy:masterfrom
susmit:audio_features

Conversation

@susmit
Copy link
Copy Markdown
Contributor

@susmit susmit commented Dec 26, 2016

Currently the audio recorder has only start and stop functionality.I have introduced pause and resume functionality in it.
State description:
Image of States
Note:- The pr is not in mergeable state bcz testing is due and removal of pep8 errors.

Comment thread examples/audio/main.py Outdated

self.update_labels()

def pause_activity():
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

_activity? Activiry is mainly used in p4a in the meaning Android Activity. This will be just confusing.

Comment thread examples/audio/main.py
size_hint_y: None
height: sp(40)
text: 'Recording Location: ' + str(root.audio.file_path)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why? it looks more readable if you separate widgets like that, especially if you have a lot of properties.

@susmit
Copy link
Copy Markdown
Contributor Author

susmit commented Jan 22, 2017

I have tested the pr and is working fine.The pr is ready.Below are the screenshots of its working.
one minor fix is that i have to update the label of pause button when it is pressed to resumed.I will do it in next commit with suggested changes by reviewers.
img1.png
img2.png
img3.png
img4.png
img5.png

@KeyWeeUsr KeyWeeUsr added this to the 1.4.1 milestone Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants