Deleted audioops

This commit is contained in:
2016-03-22 14:42:58 +00:00
parent 33c9f4455a
commit 9bab7f59c3
3 changed files with 0 additions and 16 deletions
View File
-15
View File
@@ -1,15 +0,0 @@
import audiofile
def downmix(AudioFile, output_channels=1):
"""
Takes an audio file and downmixes audio to the number of channels specified
Can currently downmix from:
5.1
2 (Stereo)
To:
2 (Stereo)
1 (Mono)
"""
return AudioFile
-1
View File
@@ -1 +0,0 @@
import audioops