-
Notifications
You must be signed in to change notification settings - Fork 739
Example code for MuLawDecoding Transform #1684
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
Conversation
|
@nateanl please he to review this PR |
nateanl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just need to fix the nit.
| Args: | ||
| quantization_channels (int, optional): Number of channels. (Default: ``256``) | ||
| Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a line before Example
| Example | |
| Example |
|
Could you also clean the commit history in the PR? You can do it by rebase to the main branch and force push it. |
nateanl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Next time when you create the PR, could you reset your local branch to the latest main branch? So that we can have only the related commits in the commit history. Thanks! @harishsdev
|
git fetch origin above commands are correct,i will reset from next onwards |
Example code for MuLawDecoding Transform