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

moved source buffer struct member to local var in converter callback … #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexanderBollbach
Copy link

I have been reading the Core Audio book and referencing these public repositories. I noticed certain TODO's and took that as an opportunity to practice my git skills and open source etiquette. There are undoubtedly some problems with this commit and pull request but I would appreciate some recommended revisions and I would work on getting my push in order to be pulled. I realize this is a rather trivial contribution but simply a chance to practice working within github's ecosystem.

@@ -6,7 +6,7 @@
#endif


#define kInputFileLocation CFSTR("/Insert/Path/To/Audio/File.xxx")
#define kInputFileLocation CFSTR("/Users/alexanderbollbach/Desktop/qt.m4a")

Choose a reason for hiding this comment

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

Should revert this back to the generic path /Insert/Path/To/Audio/File.xxx, since other users won't have an alexanderbollbach directory, and it's better for them to blow up on a self-explanatory problem if they forget to reset the kInputFileLocation.

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