Skip to content

AudioReader: can specify the channel index #186

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

Merged
merged 48 commits into from
Jan 19, 2016

Conversation

cchampet
Copy link
Member

@cchampet cchampet commented Dec 1, 2015

No description provided.

Clement Champetier added 27 commits December 1, 2015 10:42
* The constructors are easier to call.
* By default we explicitly copy the input parameters (width, height,
pixelFormat) to the output.
Added 'output' when the element concerns output.
* The constructors are easier to call.
* By default we explicitly copy the input parameters (sampleRate,
nbChannels) to the output.
Added 'output' when the element concerns output.
* Just need to get the properties.
* See next commit.
Indicate that these are 'source' properties.
* Added const to local variables when it's possible.
* Renamed several local variables.
@cchampet cchampet added this to the 0.7.0 milestone Dec 1, 2015
Clement Champetier added 2 commits December 2, 2015 11:43
No need to call updateOutput AudioReader::method when specify a
channelIndex in constructor.
@cchampet cchampet force-pushed the dev_audioReaderChannelIndex branch from 7d4b3d1 to 95c4bec Compare December 20, 2015 14:51
@cchampet cchampet force-pushed the dev_audioReaderChannelIndex branch from 95c4bec to f918ef3 Compare December 20, 2015 15:05
@cchampet cchampet modified the milestones: 0.7.0, 0.8.0 Jan 7, 2016
Clement Champetier added 16 commits January 12, 2016 10:43
* CodedData: describes coded data.
* Frame: describes decoded (raw) audio or video data.
* Need to use AVFrame instead of AVPacket in avtranscoder Frame class.
* Create decoded/coded folders to split classes in data directory.
* Video/AudioFrameDesc are struct with puclic access to their
attributes.
* Sorry for this huge commit, but it is hard to split it.
* Not used.
* AudioGenerator: removed _frameDesc attributes and the methods to
manipulate it.
Renamed to inherit the setNextFrame method in based class.
"cannot allocate an array of constant size 0".
* Not tested.
* Not used.
* Can be done by accessing the full buffer thanks to getData method.
cchampet added a commit that referenced this pull request Jan 19, 2016
AudioReader: can specify the channel index
@cchampet cchampet merged commit df1c662 into avTranscoder:develop Jan 19, 2016
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