All Projects → z------------- → Cpod

z------------- / Cpod

Licence: apache-2.0
A simple, beautiful podcast app for Windows, macOS, and Linux.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cpod

Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (-83.03%)
Mutual labels:  audio, podcast
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-81.53%)
Mutual labels:  audio, podcast
Shikwasa
An audio player born for podcast
Stars: ✭ 216 (-64.06%)
Mutual labels:  audio, podcast
Libjitsi
Advanced Java media library for secure real-time audio/video communication.
Stars: ✭ 536 (-10.82%)
Mutual labels:  audio
Soundfingerprinting
Open source audio fingerprinting in .NET. An efficient algorithm for acoustic fingerprinting written purely in C#.
Stars: ✭ 554 (-7.82%)
Mutual labels:  audio
Audio Visualizer Android
🎵 [Android Library] A light-weight and easy-to-use Audio Visualizer for Android.
Stars: ✭ 581 (-3.33%)
Mutual labels:  audio
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-0.17%)
Mutual labels:  audio
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+759.73%)
Mutual labels:  audio
Flac
Free Lossless Audio Codec
Stars: ✭ 593 (-1.33%)
Mutual labels:  audio
Wavesurfer.js
Navigable waveform built on Web Audio and Canvas
Stars: ✭ 5,905 (+882.53%)
Mutual labels:  audio
Monstercat Visualizer
A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
Stars: ✭ 571 (-4.99%)
Mutual labels:  audio
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (-6.82%)
Mutual labels:  audio
Jsqsystemsoundplayer
A fancy Obj-C wrapper for Cocoa System Sound Services
Stars: ✭ 581 (-3.33%)
Mutual labels:  audio
Chromaprint
C library for generating audio fingerprints used by AcoustID
Stars: ✭ 553 (-7.99%)
Mutual labels:  audio
Green Recorder
A simple screen recorder for Linux desktop. Supports Wayland & Xorg
Stars: ✭ 594 (-1.16%)
Mutual labels:  audio
Blackhole
BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.
Stars: ✭ 6,834 (+1037.1%)
Mutual labels:  audio
Tracktion engine
Tracktion Engine module
Stars: ✭ 587 (-2.33%)
Mutual labels:  audio
Bluez Alsa
Bluetooth Audio ALSA Backend
Stars: ✭ 568 (-5.49%)
Mutual labels:  audio
Mixedreality Webrtc
MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
Stars: ✭ 568 (-5.49%)
Mutual labels:  audio
React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+886.86%)
Mutual labels:  audio


CPod logo
CPod

(formerly Cumulonimbus)

A simple, beautiful podcast app.


NOTE: CPod is a work in progress. Please expect bugs (and feel free to contribute!).

A review by OMG! Ubuntu!: A Terrific Podcast Client with a Terrible Name

Screenshot

Install

Get the latest releases.

Available for Windows, macOS, and Linux.

Install for development

  1. Have Node.js 8, Yarn, and gulp-cli installed, and cd to the repo directory.
  2. Run yarn to install npm dependencies.
  3. Run gulp to compile and concatenate JavaScript, SCSS, Pug, etc. (or gulp both to also watch for changes).
  4. Run yarn start to start CPod.

Be sure not to work on all.js or on any of the compiled .html or .css files when there is a .pug or .scss counterpart, respectively.

Packaging

  1. Follow steps 0 to 2 in Install for development
  2. (If electron-builder complains about missing dependencies) Set temporary environment variable: ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
  3. Run yarn dist

The binary/installer will be in the dist directory.

Contributing

See CONTRIBUTING.md

License

Copyright 2015-2019 Zachary James Guard

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].