-
-
Notifications
You must be signed in to change notification settings - Fork 43
feat: audio #79
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
base: dev
Are you sure you want to change the base?
feat: audio #79
Conversation
|
@fermionboson101 pls check the deepsource check |
| Video400K | ||
| ) | ||
|
|
||
| const ( |
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.
lets keep this const in the upper one, else iota value starts at 0, so ImagePng and Audio192K will have same value
| return | ||
| } | ||
|
|
||
| log.Println("request", request) |
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.
nitpick: printing request twice
|
|
||
| var AudioFileTypeMap = map[FILE_TYPE]string{ | ||
| Audio192K: "_audio192k.m4a", | ||
| Audio128K: "_audio128k.m4a", |
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.
m4a is supported only for dash protocol
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 discuss on this
|
|
||
| wg.Add(len(constants.AudioFileTypeMap)) | ||
|
|
||
| go generateAudioFiles(targetFile, outputPath, &wg) |
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.
lets connect once to test
Uh oh!
There was an error while loading. Please reload this page.