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

PyPi Package #33

Open
theduke opened this issue Jun 27, 2014 · 13 comments
Open

PyPi Package #33

theduke opened this issue Jun 27, 2014 · 13 comments

Comments

@theduke
Copy link

theduke commented Jun 27, 2014

Why have you not uploaded this package to PyPi?
It is really easy to do, and very helpful!

(http://guide.python-distribute.org/contributing.html)

@13rac1
Copy link

13rac1 commented Jun 28, 2014

+1 Ha! I was just trying to figure out why I couldn't install this via pip.

@tuffy
Copy link
Owner

tuffy commented Jun 29, 2014

This looks like a great idea. I'll do my best to get it uploaded to PyPI by the next major release, if not before.

@anentropic
Copy link

Does this github repo supercede the version on sourceforge ...it's an official mirror? or a fork?

@tuffy
Copy link
Owner

tuffy commented Aug 1, 2014

The github and sourceforge repos are both identical mirrors with the same content, as is the bitbucket one. They're all kept updated simultaneously.

@fmoo
Copy link

fmoo commented Sep 26, 2015

Hey @tuffy - did you ever figure this out? It should be as easy as following the prompts when you run:

setup.py register
setup.py sdist upload

I did this (with a local modification) to create fmoo-audiotools (but it's built off master so you have to do pip install --pre fmoo-audiotools)

Feel free to ping me over email (ruibalp@gmail.com) if you have any questions. Happy to delete mine after you take a look.

@tuffy
Copy link
Owner

tuffy commented Sep 28, 2015

I don't know how this slipped my mind, but my plan is to finalize 3.1 within the next few days and get the registration done properly this time.

@dayzhou
Copy link

dayzhou commented Dec 21, 2015

Hi, I'm trying to use your tools to decode Ogg Speex sound files. I installed speexdec/speexenc tools from speex office website, nonetheless 'Ogg Speex' isn't in the output of audiotools.AVAILABLE_TYPES. I aware that you've stated "these are types available to audiotools, not necessarily available to the user - depending on whether the required binaries are installed or not", so could you give some hints on which specific binaries are required in order to make it support Speex? Thanks!

@tuffy
Copy link
Owner

tuffy commented Dec 21, 2015

I would have to re-add support for Ogg Speex since I took it out over four years ago. Using speexdec/speexenc for decoding and encoding could be the same as before, but I'd need to modernize all the metadata routines to work like Ogg Vorbis or Opus. So it'll take a few days to bring back support for it.

@dayzhou
Copy link

dayzhou commented Dec 22, 2015

I'm trying to write my own decoder currently which is a bit painful. So it would certainly be great if you bring this feature back!

@Kriechi
Copy link

Kriechi commented Nov 1, 2017

bump

@johnathan99j
Copy link

Hey @tuffy any chance of this making it's way onto PyPi anytime soon?

@Freso
Copy link

Freso commented Jun 12, 2018

For whipper-team/whipper#276 whipper decided to copy a file straight from this repository into itself, rather than adding it as a dependency, since 1) only the one file/module is needed, and 2) it isn't available to get via PyPI.

Any update on this?

@fluffy-critter
Copy link

This would still be nice to have.

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

No branches or pull requests

10 participants