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

added slice by step #222

Merged
merged 4 commits into from
Oct 12, 2017
Merged

added slice by step #222

merged 4 commits into from
Oct 12, 2017

Conversation

redraw
Copy link
Contributor

@redraw redraw commented Oct 11, 2017

test/test.py Outdated
chunks = audio[:0]

for chunk in audio[::1000]:
self.assertTrue(isinstance(chunk, audio.__class__))
Copy link
Owner

Choose a reason for hiding this comment

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

I think we can safely assert isinstance(chunk, AudioSegment)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true!..I can wait to commit, to run Appveyor too

Copy link
Owner

Choose a reason for hiding this comment

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

ok Appveyor is fixed, just pull from pydub master

@jiaaro
Copy link
Owner

jiaaro commented Oct 11, 2017

Note: Appveyor is having a problem, the tests are erroring out, not failing.

@jiaaro jiaaro closed this Oct 11, 2017
@jiaaro jiaaro reopened this Oct 11, 2017
@jiaaro
Copy link
Owner

jiaaro commented Oct 11, 2017

Crap I didn't mean to close it - sorry!

@redraw
Copy link
Contributor Author

redraw commented Oct 12, 2017

guess you didn't want that merge commit, should have rebased

@jiaaro
Copy link
Owner

jiaaro commented Oct 12, 2017

Merge commit is no problem :)

@jiaaro jiaaro merged commit 3ae6550 into jiaaro:master Oct 12, 2017
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.

2 participants