This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
look for the interleve library in the same dir as the flac module..
[git-p4: depot-paths = "//depot/": change = 1428]
main
John-Mark Gurney
15 years ago
parent
62ca1c50b8
commit
b42392a4bf
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
flac.py
+ 2
- 1
flac.py
View File
@@ -1,4 +1,5 @@
import array
import os.path
import string
import UserDict
@@ -12,7 +13,7 @@ else:
is_little_endian = True
del t
interleavelib = CDLL('
./
_interleave.so')
interleavelib = CDLL(
os.path.join(os.path.dirname(__file__),
'_interleave.so')
)
inter = {}
for i in (16, ):
Write
Preview
Loading…
Cancel
Save