-
Notifications
You must be signed in to change notification settings - Fork 31
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
Audio module tutorial #82
Conversation
I'll fill in the blanks on this |
@Frijol updated! |
|
||
`mkdir audio; cd audio; t2 init` | ||
|
||
Download [this mp3](https://dl.dropboxusercontent.com/u/3531958/yoda-mudhole.mp3) into the "audio" directory: |
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.
"this will be the audio file we manipulate."
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.
☑️
</div> | ||
<div class="large-6 columns"> | ||
|
||
|
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.
@Frijol I was thinking about this, and I wanted to know what you think about embedding a YouTube video?
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.
That's the direction @HipsterBrown chose for the WAP tutorial.
My opinion is definitely on the side of using a GIF in this situation, for a few reasons:
- It forces simplicity: just the result of the tutorial and nothing more. This follows the same design philosophy as all the other things in the right-hand column of the module tutorials
- no user interaction required
- it's consistent across all the tutorials
If we want to think about full video tutorials, that's a different question and one I'm interested in. I actually made a bunch of them for Tessel 1 (here's the servo for example) but never got around to making all of them - so they didn't go live.
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.
@johnnyman727 points out that you might want to do a video because this is a module that has to do with sound. ...makes sense.
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.
... Yes, that's why I asked after I got no answer to my previous question :P
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.
yep yep, embedding a video is a good idea - please check out the WAP example to make sure the styles match :)
Also, where did you ask before? I didn't see it- want to make sure I'm not losing communication
@rwaldron can we merge this and deploy? |
@johnnyman727 if you want to merge this without the video demo, go for it. I thought I would be able to do that today, but I was caught off guard by a mandatory day long internal workshop |
I'll defer to @Frijol because she's been largely managing the FRE. |
The bit at the end looked pretty obviously incomplete, so I've just committed changes so it looks ok to deploy now. Either of @rwaldron @johnnyman727 please take a look and if 👍 please deploy! |
LGTM |
Adds tutorial for audio module.
Still needs:
@rwaldron I built out the scaffolding so that when you're ready it will be easy to add in.