Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Prototype implementation of basic voice chat over IRC text messages. Meant as a joke, probably doesn't work on latest Nim.

License

Notifications You must be signed in to change notification settings

asiekierka/voirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

VoIRC

The Voice over IRC client.

The code is terrible. Sorry. It might get better.

Requirements

  • Nim (tested with 0.19.2)
  • GNU make
  • Unicode-compliant ncurses
  • codec2 0.8.1 (source)
  • libsoundio 1.1.0 (source)
  • The following Nim packages (install with "nimble install"):
    • irc
    • ncurses
    • soundio

Installation

  1. Run "make".
  2. Run "./voirc IRC server [nickname] '[#channel]'.
  3. Press F12 to toggle voice transmission!

Contributing

As the registration system on my Gitea instance doesn't currently quite work, just send the patches via e-mail... if you really want to.

About

Prototype implementation of basic voice chat over IRC text messages. Meant as a joke, probably doesn't work on latest Nim.

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published