python-audio-tools icon indicating copy to clipboard operation
python-audio-tools copied to clipboard

PyPi Package

Open theduke opened this issue 10 years ago • 13 comments

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)

theduke avatar Jun 27 '14 09:06 theduke

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

13rac1 avatar Jun 28 '14 00:06 13rac1

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.

tuffy avatar Jun 29 '14 23:06 tuffy

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

anentropic avatar Jul 31 '14 22:07 anentropic

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

tuffy avatar Aug 01 '14 00:08 tuffy

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 ([email protected]) if you have any questions. Happy to delete mine after you take a look.

fmoo avatar Sep 26 '15 03:09 fmoo

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.

tuffy avatar Sep 28 '15 23:09 tuffy

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!

dayzhou avatar Dec 21 '15 01:12 dayzhou

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.

tuffy avatar Dec 21 '15 19:12 tuffy

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!

dayzhou avatar Dec 22 '15 02:12 dayzhou

bump

Kriechi avatar Nov 01 '17 12:11 Kriechi

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

johnathan99j avatar Apr 09 '18 11:04 johnathan99j

For https://github.com/JoeLametta/whipper/pull/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?

Freso avatar Jun 12 '18 11:06 Freso

This would still be nice to have.

fluffy-critter avatar Oct 15 '23 10:10 fluffy-critter