sonusai 1.0.16__cp311-abi3-macosx_10_12_x86_64.whl → 1.0.17__cp311-abi3-macosx_10_12_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sonusai/mixture/generation.py +2 -2
- sonusai/rs.abi3.so +0 -0
- {sonusai-1.0.16.dist-info → sonusai-1.0.17.dist-info}/METADATA +1 -1
- {sonusai-1.0.16.dist-info → sonusai-1.0.17.dist-info}/RECORD +6 -6
- {sonusai-1.0.16.dist-info → sonusai-1.0.17.dist-info}/WHEEL +0 -0
- {sonusai-1.0.16.dist-info → sonusai-1.0.17.dist-info}/entry_points.txt +0 -0
sonusai/mixture/generation.py
CHANGED
@@ -590,7 +590,7 @@ class DatabaseManager:
|
|
590
590
|
mix_rule=mix_rule,
|
591
591
|
)
|
592
592
|
)
|
593
|
-
mixtures
|
593
|
+
mixtures = new_mixtures
|
594
594
|
|
595
595
|
# Update the mixid width
|
596
596
|
with self.db(readonly=False) as c:
|
@@ -781,7 +781,7 @@ class DatabaseManager:
|
|
781
781
|
mix_rule: str,
|
782
782
|
) -> list[Mixture]:
|
783
783
|
if mix_rule == "none":
|
784
|
-
return
|
784
|
+
return mixtures
|
785
785
|
if mix_rule.startswith("choose"):
|
786
786
|
return self._additional_choose(
|
787
787
|
effected_sources=effected_sources,
|
sonusai/rs.abi3.so
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
|
-
sonusai-1.0.
|
2
|
-
sonusai-1.0.
|
3
|
-
sonusai-1.0.
|
1
|
+
sonusai-1.0.17.dist-info/METADATA,sha256=p3NI7xEkr2q_Ul9YaYEBtRTE51R2ehuwfRbgXdZ_2UE,2601
|
2
|
+
sonusai-1.0.17.dist-info/WHEEL,sha256=4-MxxhqCDAoFQQ2gzyecUreXPLf07ql-PG7vniU0rIA,105
|
3
|
+
sonusai-1.0.17.dist-info/entry_points.txt,sha256=gw3C7Ih4fM4oJThb-dkERhdDtDzEHr6kZZVRVX0rkMk,91
|
4
4
|
sonusai/mkwav.py,sha256=9fBlm14GlBCkz-hXvaM3rva2iVVSzQ45G7G0vmfP-wc,4309
|
5
5
|
sonusai/metrics/calculate_metrics.py,sha256=jcAyEV6loenu4fU_EvwEkpKxOrP8-K9O3rwQGlE48IU,12475
|
6
6
|
sonusai/metrics/calc_phase_distance.py,sha256=MFuBtGXb5qfQvRVciJ0Soz1w0GMSeJLBJud-aK4Loow,1870
|
@@ -105,7 +105,7 @@ sonusai/lsdb.py,sha256=ochrLiWSdz1GjqX5Xw7JcH93fkt3nNurLY93tlAvJvA,5095
|
|
105
105
|
sonusai/doc.py,sha256=mq52mun-QORFSZBO4KexLHkL7wjRsQTCiUbr5ZPN1Ts,1151
|
106
106
|
sonusai/mixture/effects.py,sha256=o0KIOZ0va-LzrYpPt_ZzOwETieoMuEzJ0YlmJIOgnhA,10807
|
107
107
|
sonusai/mixture/db.py,sha256=jbt499Dk-h9c8B7aIsBg-LCnVBJOY2VPkul-n9uJjgc,5683
|
108
|
-
sonusai/mixture/generation.py,sha256=
|
108
|
+
sonusai/mixture/generation.py,sha256=EV1ofmubBiu7Er6igV7iaefoMoICzMcBzcBEGNcxoZA,44402
|
109
109
|
sonusai/mixture/resample.py,sha256=jXqH6FrZ0mlhQ07XqPx88TT9elu3HHVLw7Q0a7Lh5M4,221
|
110
110
|
sonusai/mixture/sox_effects.py,sha256=tndS9qrh3eJOTUPrufyWHCt3UqjbPuh81I4Lo4MNmDg,5328
|
111
111
|
sonusai/mixture/pad_audio.py,sha256=KNxVQAejA0hblLOnMJgLS6lFaeE0n3tWQ5rclaHBnIY,1015
|
@@ -146,5 +146,5 @@ sonusai/rs.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
|
|
146
146
|
sonusai/deprecated/plot.py,sha256=m9epn_RQn-EaarABKjjs2m2bGawxIP8o_KBXvx2s89A,17490
|
147
147
|
sonusai/deprecated/tplot.py,sha256=jnOxiGwCQBy7ChkrNfbpwcgh5_L7Hjnkiyq7HL1HXFo,14651
|
148
148
|
sonusai/deprecated/gentcst.py,sha256=QqyloM_JRck5NfIhGfttwkQeFJ9pmfXD0e0riCJCXu8,19964
|
149
|
-
sonusai/rs.abi3.so,sha256=
|
150
|
-
sonusai-1.0.
|
149
|
+
sonusai/rs.abi3.so,sha256=JiT4nx2VcxUl7eOlMq2VCRPNv3Pyoyzmz-iA1RGqotY,432796
|
150
|
+
sonusai-1.0.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|