├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 swyx 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # podcasting-cheatsheet 2 | 3 | tools and notes for podcasting 4 | 5 | ## Jobs 6 | 7 | who does what? https://podcasters.spotify.com/blog/who-does-what-on-a-podcast-team 8 | 9 | scheduling: https://castos.com/impress-your-podcast-guests/ 10 | 11 | ## Recording 12 | 13 | - zencastr (dont love it) 14 | - https://remotely.fm/ 15 | - (video) https://www.getwelder.com/ (new) 16 | 17 | 18 | ## DIY Editing 19 | 20 | - AI enabled editing 21 | - https://www.spext.co/ 22 | - https://www.descript.com/ 23 | - milkvideo.com https://news.ycombinator.com/item?id=26251322 24 | - normal editing software 25 | - https://audiomass.co/ 26 | - audacity 27 | - https://www.izotope.com/en/shop/rx-8-standard.html 28 | - video 29 | - veed.io 30 | - https://vimeo.com/create 31 | - https://motionbox.io/ 32 | 33 | - podcast intros 34 | - https://aaraalto.com/sounds a few brief guitar samples for podcast transitions 35 | - https://transistor.fm/free-podcast-intro-music/ free podcast intro music 36 | 37 | ## Professional Editing 38 | 39 | - WeEditPodcasts 40 | - :star: https://podcastpress.io/ also includes show notes 41 | - https://castos.com/podcast-editing-service/ (75-225 per episode) 42 | - chrisenns.com 43 | 44 | 45 | ## Transcripts 46 | 47 | - otter.ai - gets better the more you upload 48 | 49 | ## Marketing 50 | 51 | - audiogram/waveform clips 52 | - https://www.headliner.app/ 53 | - https://wavve.co/ 54 | - https://clips.marketing by cgenco 55 | - descript pro also has audiograms 56 | - social sharesnippets 57 | - http://taptapes.com/ 58 | - repurposing 59 | - https://podreacher.com/ 60 | --------------------------------------------------------------------------------